Remove code accidently put back in.
authorMichael Meissner <meissner@gcc.gnu.org>
Fri, 29 Dec 1995 17:40:54 +0000 (17:40 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Fri, 29 Dec 1995 17:40:54 +0000 (17:40 +0000)
From-SVN: r10896

gcc/config/rs6000/rs6000.md

index 343825888fd36a4b25d58c84ecbb54f43204b278..087881eaac04e1893102bdf809ec59d7ee2f62b0 100644 (file)
   ""
   "
 {
-  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]);