undefine SHIFT_COUNT_TRUNCATED
authorChris Smith <cks@gnu.org>
Mon, 26 Oct 1992 19:21:05 +0000 (19:21 +0000)
committerChris Smith <cks@gnu.org>
Mon, 26 Oct 1992 19:21:05 +0000 (19:21 +0000)
From-SVN: r2613

gcc/config/convex/convex.h

index 232ce70..ba4bb55 100644 (file)
@@ -727,7 +727,7 @@ enum reg_class {
 /* Define if shifts truncate the shift count
    which implies one can omit a sign-extension or zero-extension
    of a shift count.  */
-#define SHIFT_COUNT_TRUNCATED
+/* #define SHIFT_COUNT_TRUNCATED */
 
 /* Value is 1 if truncating an integer of INPREC bits to OUTPREC bits
    is done just by pretending it is already truncated.  */