From: Richard Kenner Date: Wed, 11 Mar 1992 02:37:38 +0000 (-0500) Subject: *** empty log message *** X-Git-Tag: misc/cutover-egcs-0~13499 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1b765a51af88ac39a98fb0b1364a785006cb2be;p=thirdparty%2Fgcc.git *** empty log message *** From-SVN: r432 --- diff --git a/gcc/recog.c b/gcc/recog.c index c347bdf19241..640bc0b74746 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -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;