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 3438258..087881e 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]);