Sat Apr 6 18:26:32 CEST 2002 Jan Hubicka <jh@suse.cz>

* ifcvt.c (if_convert): Clear aux fields of blocks.

From-SVN: r51957
This commit is contained in:
Jan Hubicka 2002-04-06 18:27:25 +02:00 committed by Jan Hubicka
parent d3822259da
commit d777f21092
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sat Apr 6 18:26:32 CEST 2002 Jan Hubicka <jh@suse.cz>
* ifcvt.c (if_convert): Clear aux fields of blocks.
2002-04-05 David S. Miller <davem@redhat.com>
* config/sparc/freebsd.h (ENDFILE_SPEC): Add crtfastmath bits.

View File

@ -2756,6 +2756,7 @@ if_convert (x_life_data_ok)
if (UPDATE_LIFE (BASIC_BLOCK (block_num)))
SET_BIT (update_life_blocks, block_num);
clear_aux_for_blocks ();
count_or_remove_death_notes (update_life_blocks, 1);
/* ??? See about adding a mode that verifies that the initial
set of blocks don't let registers come live. */
@ -2765,7 +2766,8 @@ if_convert (x_life_data_ok)
sbitmap_free (update_life_blocks);
}
clear_aux_for_blocks ();
else
clear_aux_for_blocks ();
/* Write the final stats. */
if (rtl_dump_file && num_possible_if_blocks > 0)