]> gcc.gnu.org Git - gcc.git/commitdiff
(subst): Typo in prev change.
authorRichard Stallman <rms@gnu.org>
Mon, 24 May 1993 08:02:52 +0000 (08:02 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 24 May 1993 08:02:52 +0000 (08:02 +0000)
From-SVN: r4557

gcc/combine.c

index 49e214eecbf70ec41bde93fd635b062eab3c15bc..b254d36b0a634d8ac6539b12fcb7e44ecc9bde26 100644 (file)
@@ -3092,7 +3092,7 @@ subst (x, from, to, in_dest, unique_copy)
       if (CONSTANT_P (SUBREG_REG (x)) && subreg_lowpart_p (x)
          && GET_MODE_SIZE (mode) < GET_MODE_SIZE (op0_mode)
 #if WORDS_BIG_ENDIAN
-         && GET_MODE_BITSIZE (op0_mode) < BITS_PER_WORD
+         && GET_MODE_BITSIZE (op0_mode) <= BITS_PER_WORD
 #endif
          )
        return gen_lowpart_for_combine (mode, SUBREG_REG (x));
This page took 0.066968 seconds and 5 git commands to generate.