diff options
author | Dale Johannesen <dalej@apple.com> | 2004-02-23 18:54:37 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@gcc.gnu.org> | 2004-02-23 18:54:37 +0000 |
commit | e074089354dafda49a966490255cb60250b9ec12 (patch) | |
tree | 4d6bcb283da7e88ddf28f1c0277976d0a1c07aea /gcc/config | |
parent | e91fa876a6225c6fd5670501b8cc57b4fd0219fb (diff) | |
download | gcc-e074089354dafda49a966490255cb60250b9ec12.zip gcc-e074089354dafda49a966490255cb60250b9ec12.tar.gz gcc-e074089354dafda49a966490255cb60250b9ec12.tar.bz2 |
rs6000.md (movsf_hardfloat): Add POWER form of nop.
2004-02-23 Dale Johannesen <dalej@apple.com>
* config/rs6000.md (movsf_hardfloat): Add POWER form of nop.
(movdf_hardfloat64): Ditto.
(movdf_softfloat64): Ditto.
From-SVN: r78325
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/rs6000/rs6000.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 687ef64..af0d781 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")]) |