From: Richard Stallman Date: Mon, 24 May 1993 08:02:52 +0000 (+0000) Subject: (subst): Typo in prev change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=097e45d14c3624f9ec21f84fc9f9639f6f397b29;p=gcc.git (subst): Typo in prev change. From-SVN: r4557 --- diff --git a/gcc/combine.c b/gcc/combine.c index 49e214eecbf..b254d36b0a6 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -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));