diff options
author | David Edelsohn <edelsohn@gnu.org> | 2004-07-26 14:31:13 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2004-07-26 10:31:13 -0400 |
commit | fa0a2ae5e38f358c9c1b1480a6c5b291ea5201bd (patch) | |
tree | 7fee5337ae5c12a163ca338a1fb8de7f4f19b5cc | |
parent | 6fd876ac867d5564d80f1de715a147a1fc8a2a4e (diff) | |
download | gcc-fa0a2ae5e38f358c9c1b1480a6c5b291ea5201bd.zip gcc-fa0a2ae5e38f358c9c1b1480a6c5b291ea5201bd.tar.gz gcc-fa0a2ae5e38f358c9c1b1480a6c5b291ea5201bd.tar.bz2 |
rs6000.md (movdi_internal64): Further disparage f->f.
* config/rs6000/rs6000.md (movdi_internal64): Further disparage
f->f.
From-SVN: r85190
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/rs6000/rs6000.md | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4e455a3..bf54285 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-07-25 David Edelsohn <edelsohn@gnu.org> + + * config/rs6000/rs6000.md (movdi_internal64): Further disparage + f->f. + 2004-07-24 Nathan Sidwell <nathan@codesourcery.com> * tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree). diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 7a8fffa..086fae1 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -8594,7 +8594,7 @@ }") (define_insn "*movdi_internal64" - [(set (match_operand:DI 0 "nonimmediate_operand" "=r,r,m,r,r,r,r,?f,f,m,r,*h,*h") + [(set (match_operand:DI 0 "nonimmediate_operand" "=r,r,m,r,r,r,r,??f,f,m,r,*h,*h") (match_operand:DI 1 "input_operand" "r,m,r,I,L,nF,R,f,m,f,*h,r,0"))] "TARGET_POWERPC64 && (gpc_reg_operand (operands[0], DImode) |