diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-21 18:41:48 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-21 18:41:48 +0000 |
commit | bee07d3f4f976d4565502491ad4415b89607d623 (patch) | |
tree | 60efc7ad585a3a2b23b41180fd391ad6d60e8cdf /gcc/combine.c | |
parent | da6fdad3bb75d58289ba87474ef76cf98a14abc7 (diff) | |
download | gcc-bee07d3f4f976d4565502491ad4415b89607d623.zip gcc-bee07d3f4f976d4565502491ad4415b89607d623.tar.gz gcc-bee07d3f4f976d4565502491ad4415b89607d623.tar.bz2 |
combine.c (SHIFT_COUNT_TRUNCATED): Remove.
* 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.
From-SVN: r78230
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 55e7ea3..9e541ad 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; |