Commit f4f17e7d by Jan Hubicka Committed by Jan Hubicka

* ifcvt.c (if_convert): Call clear_aux_for_blocks.

From-SVN: r46568
parent 97f6baa0
Sat Oct 27 16:31:23 CEST 2001 Jan Hubicka <jh@suse.cz>
* ifcvt.c (if_convert): Call clear_aux_for_blocks.
Sat Oct 27 12:12:09 CEST 2001 Jan Hubicka <jh@suse.cz> Sat Oct 27 12:12:09 CEST 2001 Jan Hubicka <jh@suse.cz>
* cfgcleanup.c (merge_blocks_move_predecessor_nojumps, * cfgcleanup.c (merge_blocks_move_predecessor_nojumps,
......
...@@ -2742,6 +2742,7 @@ if_convert (x_life_data_ok) ...@@ -2742,6 +2742,7 @@ if_convert (x_life_data_ok)
sbitmap_free (update_life_blocks); sbitmap_free (update_life_blocks);
} }
clear_aux_for_blocks ();
/* Write the final stats. */ /* Write the final stats. */
if (rtl_dump_file && num_possible_if_blocks > 0) if (rtl_dump_file && num_possible_if_blocks > 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment