diff options
author | Chris Smith <cks@gnu.org> | 1992-10-26 19:21:05 +0000 |
---|---|---|
committer | Chris Smith <cks@gnu.org> | 1992-10-26 19:21:05 +0000 |
commit | d089a2797e2319cc62915dd42a619edb053d724c (patch) | |
tree | 6e7595ab079d6098da8f67ea893b745d6505b915 /gcc | |
parent | e62365fa52ad23809625a558e86f3e9f7d3021ad (diff) | |
download | gcc-d089a2797e2319cc62915dd42a619edb053d724c.zip gcc-d089a2797e2319cc62915dd42a619edb053d724c.tar.gz gcc-d089a2797e2319cc62915dd42a619edb053d724c.tar.bz2 |
undefine SHIFT_COUNT_TRUNCATED
From-SVN: r2613
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/convex/convex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h index 232ce70..ba4bb55 100644 --- a/gcc/config/convex/convex.h +++ b/gcc/config/convex/convex.h @@ -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. */ |