]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
*** empty log message ***
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 11 Mar 1992 02:37:38 +0000 (21:37 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 11 Mar 1992 02:37:38 +0000 (21:37 -0500)
From-SVN: r432

gcc/recog.c

index c347bdf19241e7e689835e9daddfa03bc3e222af..640bc0b74746be64b90181a53fd727f9e54b3bff 100644 (file)
@@ -1754,7 +1754,7 @@ constrain_operands (insn_code_num, strict)
                   we can examine the bits of it reliably.  */
                if ((HOST_FLOAT_FORMAT != TARGET_FLOAT_FORMAT
                     || HOST_BITS_PER_INT != BITS_PER_WORD)
-                   && GET_CODE (op) != VOIDmode && ! flag_pretend_float)
+                   && GET_MODE (op) != VOIDmode && ! flag_pretend_float)
                  break;
                if (GET_CODE (op) == CONST_DOUBLE)
                  win = 1;