From 852c6ec7ac379280e79ba706c60f2f1aad152f67 Mon Sep 17 00:00:00 2001 From: Roger Sayle Date: Mon, 10 Jun 2002 22:33:08 +0000 Subject: cfgrtl.c (create_basic_block_structure): Remove index argument and use last_basic_block++ instead. 2002-06-10 Roger Sayle Andreas Jaeger * cfgrtl.c (create_basic_block_structure): Remove index argument and use last_basic_block++ instead. (create_basic_block): Update. * cfgbuild.c (find_basic_blocks_1): Likewise. * cfgrtl.c (compute_bb_for_insn): Remove unused "max" argument. * haifa-sched.c (sched_init): Update compute_bb_for_insn caller. * sched-ebb.c (schedule_ebbs): Likewise. * sched-rgn.c (schedule_insns): Likewise. * ssa-ccp.c (ssa_const_prop): Likewise. * ssa-dcs.c (ssa_eliminate_dead_code): Likewise. * toplev.c (rest_of_compilation): Likewise. * config/ia64/ia64.c (ia64_reorg): Likewise. Co-Authored-By: Andreas Jaeger From-SVN: r54477 --- gcc/haifa-sched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/haifa-sched.c') diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index 0dc84e5..c39b050 100644 --- a/gcc/haifa-sched.c +++ b/gcc/haifa-sched.c @@ -2368,7 +2368,7 @@ sched_init (dump_file) init_dependency_caches (luid); - compute_bb_for_insn (old_max_uid); + compute_bb_for_insn (); init_alias_analysis (); -- cgit v1.1