OSDN Git Service

(float_op): Delete - no longer used.
authorjrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Nov 1992 13:37:21 +0000 (13:37 +0000)
committerjrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Nov 1992 13:37:21 +0000 (13:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2746 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/i386.c

index fd2f1f9..6153a3a 100644 (file)
@@ -1457,21 +1457,6 @@ convert_387_op (op, mode)
     }
 }
 
-/* Return 1 if this is a valid "float from int" operation on a 387.
-   OP is the expression matched, and MODE is its mode. */
-
-int
-float_op (op, mode)
-    register rtx op;
-    enum machine_mode mode;
-{
-  if (mode != VOIDmode && mode != GET_MODE (op))
-    return 0;
-
-  return GET_CODE (op) == FLOAT
-    && GET_MODE_CLASS (GET_MODE (op)) == MODE_FLOAT;
-}
-
 /* Return 1 if this is a valid shift or rotate operation on a 386.
    OP is the expression matched, and MODE is its mode. */