From e074089354dafda49a966490255cb60250b9ec12 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Mon, 23 Feb 2004 18:54:37 +0000 Subject: [PATCH] rs6000.md (movsf_hardfloat): Add POWER form of nop. 2004-02-23 Dale Johannesen * config/rs6000.md (movsf_hardfloat): Add POWER form of nop. (movdf_hardfloat64): Ditto. (movdf_softfloat64): Ditto. From-SVN: r78325 --- gcc/ChangeLog | 6 ++++++ gcc/config/rs6000/rs6000.md | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2a702bfae5df..f3089cdc1a3b 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 687ef647cce3..af0d781d148b 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")]) -- 2.47.2