From 097e45d14c3624f9ec21f84fc9f9639f6f397b29 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 24 May 1993 08:02:52 +0000 Subject: [PATCH] (subst): Typo in prev change. From-SVN: r4557 --- gcc/combine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.30.2