summaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2004-05-05 10:53:00 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2004-05-05 10:53:00 +0000
commitbb8a619e12e06104939fac9969dcd07615ee7260 (patch)
tree03660da4d993a568cb0264f3a174eaea5804d852 /gcc/ifcvt.c
parentaa720a546a2945095bfa7a8cfb2b0f1a4021763a (diff)
downloadgcc-bb8a619e12e06104939fac9969dcd07615ee7260.tar.gz
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
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r--gcc/ifcvt.c4
1 files changed, 0 insertions, 4 deletions
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);