From 10d6af32dd368c41b5796bcd29e31177c05a416c Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Tue, 23 Jul 2002 19:19:33 +0000 Subject: 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 --- gcc/gcse.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/gcse.c') 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; -- cgit v1.2.1