Commit 1433f0f9 by Richard Kenner

(SHIFT_COUNT_TRUNCATED): Use #ifdef not #if.

From-SVN: r10119
parent a0469a32
......@@ -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))
......
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