(expand_shift): Re-enable truncation of immediate shift count.

From-SVN: r8527
This commit is contained in:
Jim Wilson 1994-11-19 15:37:10 -08:00
parent 794385023b
commit 03f3609810
1 changed files with 1 additions and 1 deletions

View File

@ -1653,7 +1653,7 @@ expand_shift (code, mode, shifted, amount, target, unsignedp)
op1 = expand_expr (amount, NULL_RTX, VOIDmode, 0);
#if 0 && SHIFT_COUNT_TRUNCATED
#if SHIFT_COUNT_TRUNCATED
if (SHIFT_COUNT_TRUNCATED
&& GET_CODE (op1) == CONST_INT
&& (unsigned HOST_WIDE_INT) INTVAL (op1) >= GET_MODE_BITSIZE (mode))