diff options
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r-- | gcc/ifcvt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index f080237..7968b2b 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); |