From d78882c8e8d185501c05ec7567607419ed6216ea Mon Sep 17 00:00:00 2001 From: kenner Date: Mon, 11 Oct 1993 11:43:24 +0000 Subject: Define SHIFT_COUNT_TRUNCATED to have a value of 1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5732 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/tahoe/tahoe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/tahoe') diff --git a/gcc/config/tahoe/tahoe.h b/gcc/config/tahoe/tahoe.h index 2f32ddeb1f4..607c98824a2 100644 --- a/gcc/config/tahoe/tahoe.h +++ b/gcc/config/tahoe/tahoe.h @@ -621,7 +621,7 @@ enum reg_class {NO_REGS,GENERAL_REGS,FPP_REG,ALL_REGS,LIM_REG_CLASSES}; /* any bits higher than the low 4 are ignored in the shift count */ /* so don't bother zero extending or sign extending them */ -#define SHIFT_COUNT_TRUNCATED +#define SHIFT_COUNT_TRUNCATED 1 /* we don't need to officially convert from one fixed type to another */ /* in order to use it as that type. We can just assume it's the same */ -- cgit v1.2.1