From: James Van Artsdalen Date: Thu, 12 Nov 1992 13:37:21 +0000 (+0000) Subject: (float_op): Delete - no longer used. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f2400848464baf07d6b970cef03d864102982a0;p=gcc.git (float_op): Delete - no longer used. From-SVN: r2746 --- diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index fd2f1f92f8c..6153a3a9a53 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -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. */