diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1995-12-29 17:40:54 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1995-12-29 17:40:54 +0000 |
commit | 0a00070d66853f8945ef6253e95e0755caa8a987 (patch) | |
tree | 698921a80bd1ff196fa2ea6f98582913d83d99dd /gcc | |
parent | fada905b06e98c850a5925e4303420287ee0f121 (diff) | |
download | gcc-0a00070d66853f8945ef6253e95e0755caa8a987.zip gcc-0a00070d66853f8945ef6253e95e0755caa8a987.tar.gz gcc-0a00070d66853f8945ef6253e95e0755caa8a987.tar.bz2 |
Remove code accidently put back in.
From-SVN: r10896
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/rs6000.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 3438258..087881e 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -4412,15 +4412,6 @@ "" " { - if (GET_CODE (operands[0]) == MEM && GET_CODE (operands[1]) == MEM) - { - emit_move_insn (operand_subword (operands[0], 1, 1, DFmode), - operand_subword_force (operands[1], 1, DFmode)); - emit_move_insn (operand_subword (operands[0], 0, 1, DFmode), - operand_subword_force (operands[1], 0, DFmode)); - DONE; - } - if (GET_CODE (operands[0]) != REG) operands[1] = force_reg (DFmode, operands[1]); |