(SHIFT_COUNT_TRUNCATED): Use #ifdef not #if.

From-SVN: r10119
This commit is contained in:
Richard Kenner 1995-07-13 19:26:03 -04:00
parent a0469a3245
commit 1433f0f959
1 changed files with 1 additions and 1 deletions

View File

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