(output_move_double): Always use split_double for the
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 2 May 1994 21:24:52 +0000 (14:24 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 2 May 1994 21:24:52 +0000 (14:24 -0700)
CNSTOP case.

From-SVN: r7191

gcc/config/ns32k/ns32k.c

index 2012c7f481e8b27f53e48a9d9cd795e25720a828..ba42b3320bcf6882950cbe92839cd10987ce046c 100644 (file)
@@ -298,12 +298,7 @@ output_move_double (operands)
   else if (optype1 == OFFSOP)
     latehalf[1] = adj_offsettable_operand (operands[1], 4);
   else if (optype1 == CNSTOP)
-    {
-      if (CONSTANT_P (operands[1]))
-       latehalf[1] = const0_rtx;
-      else if (GET_CODE (operands[1]) == CONST_DOUBLE)
-       split_double (operands[1], &operands[1], &latehalf[1]);
-    }
+    split_double (operands[1], &operands[1], &latehalf[1]);
   else
     latehalf[1] = operands[1];