OSDN Git Service

(output_move_double): Always use split_double for the
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 May 1994 21:24:52 +0000 (21:24 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 May 1994 21:24:52 +0000 (21:24 +0000)
CNSTOP case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7191 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/ns32k/ns32k.c

index 2012c7f..ba42b33 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];