]> gcc.gnu.org Git - gcc.git/commitdiff
(expand_shift): Re-enable truncation of immediate shift count.
authorJim Wilson <wilson@gcc.gnu.org>
Sat, 19 Nov 1994 23:37:10 +0000 (15:37 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 19 Nov 1994 23:37:10 +0000 (15:37 -0800)
From-SVN: r8527

gcc/expmed.c

index 4db9d058611bd9a0d6bda1b4a485fa6e1a719373..3802eec1391eee104d70b449f80b9823656f916c 100644 (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))
This page took 0.068879 seconds and 5 git commands to generate.