diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-21 18:41:48 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-21 18:41:48 +0000 |
commit | 98de49b378a80c03c3f7d3d61ccf15c223dac11f (patch) | |
tree | 60efc7ad585a3a2b23b41180fd391ad6d60e8cdf /gcc/combine.c | |
parent | 155184c9ae58a0930f1ee41719cbac514ef6a428 (diff) | |
download | gcc-98de49b378a80c03c3f7d3d61ccf15c223dac11f.tar.gz |
* combine.c (SHIFT_COUNT_TRUNCATED): Remove.
* defaults.h (SHIFT_COUNT_TRUNCATED): Provide the default.
* expmed.c: Assume SHIFT_COUNT_TRUNCATED is always defined.
* fold-const.c: Likewise.
* simplify-rtx.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78230 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/combine.c')
-rw-r--r-- | gcc/combine.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index 55e7ea33047..9e541ad61f2 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -91,10 +91,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "toplev.h" #include "target.h" -#ifndef SHIFT_COUNT_TRUNCATED -#define SHIFT_COUNT_TRUNCATED 0 -#endif - /* Number of attempts to combine instructions in this function. */ static int combine_attempts; |