diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2a702bfae5d..f3089cdc1a3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-02-23 Dale Johannesen + + * config/rs6000.md (movsf_hardfloat): Add POWER form of nop. + (movdf_hardfloat64): Ditto. + (movdf_softfloat64): Ditto. + 2004-02-23 Fariborz Jahanian * config/rs6000/rs6000.c (function_arg): call to rs6000_mixed_function_arg for DFmode moved to allow diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 687ef647cce..af0d781d148 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -7903,7 +7903,7 @@ mt%0 %1 mt%0 %1 mf%1 %0 - nop + {cror 0,0,0|nop} # #" [(set_attr "type" "*,load,store,fp,fpload,fpstore,*,mtjmpr,*,*,*,*") @@ -8178,7 +8178,7 @@ stfd%U0%X0 %1,%0 mt%0 %1 mf%1 %0 - nop + {cror 0,0,0|nop} # # #" @@ -8200,7 +8200,7 @@ # # # - nop" + {cror 0,0,0|nop}" [(set_attr "type" "load,store,*,*,*,*,*,*,*") (set_attr "length" "4,4,4,4,4,8,12,16,4")])