From d089a2797e2319cc62915dd42a619edb053d724c Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 26 Oct 1992 19:21:05 +0000 Subject: [PATCH] undefine SHIFT_COUNT_TRUNCATED From-SVN: r2613 --- gcc/config/convex/convex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h index 232ce702e4d..ba4bb55b421 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. */