From 8f2400848464baf07d6b970cef03d864102982a0 Mon Sep 17 00:00:00 2001 From: James Van Artsdalen Date: Thu, 12 Nov 1992 13:37:21 +0000 Subject: [PATCH] (float_op): Delete - no longer used. From-SVN: r2746 --- gcc/config/i386/i386.c | 15 --------------- 1 file changed, 15 deletions(-) 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. */ -- 2.30.2