diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2002-07-23 19:19:33 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-07-23 19:19:33 +0000 |
commit | 10d6af32dd368c41b5796bcd29e31177c05a416c (patch) | |
tree | 7c167bc3db68e8371493456ff6fe70c556fdc5fd /gcc/gcse.c | |
parent | 6aaae39ae576601d0b06c56d89e3ee804581a35e (diff) | |
download | gcc-10d6af32dd368c41b5796bcd29e31177c05a416c.tar.gz |
genautomata.c (VLA_HWINT_SHORTEN, [...]): Remove.
* genautomata.c (VLA_HWINT_SHORTEN, VLA_HWINT_LAST): Remove.
* df.c (HANDLE_SUBREG, FOR_EACH_BB_IN_BITMAP_REV,
FOR_EACH_BB_IN_SBITMAP): Remove.
* gcse.c (NEVER_SET, FOLLOW_BACK_EDGES): Remove.
* haifa-sched.c (DONE_PRIORITY, MAX_PRIORITY, TAIL_PRIORITY,
LAUNCH_PRIORITY, DONE_PRIORITY_P, LOW_PRIORITY_P): Remove.
* loop.c (PREFETCH_BLOACK_IN_LOOP_MIN,
PREFETCH_LIMIT_TO_SIMULTANEOUS): Remove.
* regrename.c (REGNO_MODE_OK_FOR_BASE_P): Remove.
From-SVN: r55685
Diffstat (limited to 'gcc/gcse.c')
-rw-r--r-- | gcc/gcse.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/gcse.c b/gcc/gcse.c index 620b98636be..69ca31f64e9 100644 --- a/gcc/gcse.c +++ b/gcc/gcse.c @@ -181,7 +181,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA be done by loop.c, which has more heuristics for when to move invariants out of loops. At some point we might need to move some of those heuristics into gcse.c. */ -#define FOLLOW_BACK_EDGES 1 /* We support GCSE via Partial Redundancy Elimination. PRE optimizations are a superset of those done by GCSE. @@ -1293,10 +1292,6 @@ compute_sets (f) /* Hash table support. */ -/* For each register, the cuid of the first/last insn in the block - that set it, or -1 if not set. */ -#define NEVER_SET -1 - struct reg_avail_info { basic_block last_bb; |