Commit d089a279 by Chris Smith

undefine SHIFT_COUNT_TRUNCATED

From-SVN: r2613
parent e62365fa
...@@ -727,7 +727,7 @@ enum reg_class { ...@@ -727,7 +727,7 @@ enum reg_class {
/* Define if shifts truncate the shift count /* Define if shifts truncate the shift count
which implies one can omit a sign-extension or zero-extension which implies one can omit a sign-extension or zero-extension
of a shift count. */ 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 /* Value is 1 if truncating an integer of INPREC bits to OUTPREC bits
is done just by pretending it is already truncated. */ is done just by pretending it is already truncated. */
......
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