(float_op): Delete - no longer used.
authorJames Van Artsdalen <jrv@gnu.org>
Thu, 12 Nov 1992 13:37:21 +0000 (13:37 +0000)
committerJames Van Artsdalen <jrv@gnu.org>
Thu, 12 Nov 1992 13:37:21 +0000 (13:37 +0000)
From-SVN: r2746

gcc/config/i386/i386.c

index fd2f1f92f8c1068e3dd4b47133eb5f2483a2d663..6153a3a9a530ab1a043a4c5a672a3f9031534cad 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. */