Commit 097e45d1 by Richard Stallman

(subst): Typo in prev change.

From-SVN: r4557
parent 86c31b2d
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment