From: David Edelsohn Date: Sun, 20 Jun 1999 13:59:59 +0000 (+0000) Subject: rs6000.md (movdf_hardfloat32): Use worst case insn length attributes for cases 1... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f76d42cf7ac1d8c7e38e4c46668dbf6be9ac3c0;p=gcc.git rs6000.md (movdf_hardfloat32): Use worst case insn length attributes for cases 1 and 2. * rs6000.md (movdf_hardfloat32): Use worst case insn length attributes for cases 1 and 2. From-SVN: r27620 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a2edcfb7ceb..cbec1cbb0e4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Sun Jun 20 16:57:29 1999 David Edelsohn + + * rs6000.md (movdf_hardfloat32): Use worst case insn length + attributes for cases 1 and 2. + Sat Jun 19 22:52:55 1999 Richard Henderson * haifa-sched.c (sched_analyze): Mark call-user regs as clobbered diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 4286d89ccc0..fa6c5918716 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -6397,7 +6397,7 @@ } }" [(set_attr "type" "*,load,store,*,*,*,fp,fpload,fpstore") - (set_attr "length" "8,8,8,8,12,16,*,*,*")]) + (set_attr "length" "8,16,16,8,12,16,*,*,*")]) (define_insn "*movdf_softfloat32" [(set (match_operand:DF 0 "nonimmediate_operand" "=r,r,m,r,r,r")