From bb8a619e12e06104939fac9969dcd07615ee7260 Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Wed, 5 May 2004 10:53:00 +0000 Subject: basic-block.h (free_basic_block_vars): Update prototype. * basic-block.h (free_basic_block_vars): Update prototype. * flow.c (free_basic_block_vars): Remove the keep_head_end_p argument. (life_analysis): Update call. * ifcvt.c (if_convert): Likewise. * passes.c (rest_of_handle_final): Likewise. (rest_of_compilation): Likewise. * sibcall.c (optimize_sibling_and_tail_recursive_call): Likewise. * config/sh/sh.c (sh_output_mi_thunk): Likewise. * emit-rtl.c (next_real_insn): Use INSN_P. (prev_real_insn): Likewise. From-SVN: r81520 --- gcc/ifcvt.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/ifcvt.c') diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index f0802372f7b..7968b2b764b 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -3291,10 +3291,6 @@ if_convert (int x_life_data_ok) && (!flag_reorder_blocks_and_partition || !no_new_pseudos)) mark_loop_exit_edges (); - /* Free up basic_block_for_insn so that we don't have to keep it - up to date, either here or in merge_blocks. */ - free_basic_block_vars (1); - /* Compute postdominators if we think we'll use them. */ if (HAVE_conditional_execution || life_data_ok) calculate_dominance_info (CDI_POST_DOMINATORS); -- cgit v1.2.1