Commit b1d874d7 by Jan Hubicka Committed by Jan Hubicka

* ifcvt.c (if_convert): Clear aux_for_blocks early enought.

From-SVN: r51516
parent 4d00945e
Thu Mar 28 19:13:36 CET 2002 Jan Hubicka <jh@suse.cz>
* ifcvt.c (if_convert): Clear aux_for_blocks early enought.
Thu Mar 28 13:21:53 CET 2002 Jan Hubicka <jh@suse.cz>
* rtlanal.c: Include flags.h
......
......@@ -2701,6 +2701,8 @@ if_convert (x_life_data_ok)
if (rtl_dump_file)
fflush (rtl_dump_file);
clear_aux_for_blocks ();
/* Rebuild life info for basic blocks that require it. */
if (num_removed_blocks && life_data_ok)
{
......@@ -2714,7 +2716,6 @@ if_convert (x_life_data_ok)
PROP_DEATH_NOTES | PROP_SCAN_DEAD_CODE
| PROP_KILL_DEAD_CODE);
}
clear_aux_for_blocks ();
/* Write the final stats. */
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