From: Jan Hubicka Date: Sat, 27 Oct 2001 14:33:12 +0000 (+0200) Subject: * ifcvt.c (if_convert): Call clear_aux_for_blocks. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f4f17e7dc566d43485b826e6168a1a17749992d9;p=gcc.git * ifcvt.c (if_convert): Call clear_aux_for_blocks. From-SVN: r46568 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 686842ae328..aa1ce44aae8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sat Oct 27 16:31:23 CEST 2001 Jan Hubicka + + * ifcvt.c (if_convert): Call clear_aux_for_blocks. + Sat Oct 27 12:12:09 CEST 2001 Jan Hubicka * cfgcleanup.c (merge_blocks_move_predecessor_nojumps, diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index 1cbd68892bd..d969104000c 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -2742,6 +2742,7 @@ if_convert (x_life_data_ok) sbitmap_free (update_life_blocks); } + clear_aux_for_blocks (); /* Write the final stats. */ if (rtl_dump_file && num_possible_if_blocks > 0)