* cfgbuild.c (find_basic_blocks_1): Clear aux for blocks.

From-SVN: r51612
This commit is contained in:
Jan Hubicka 2002-03-30 23:49:56 +01:00 committed by Jan Hubicka
parent 89a8b315b8
commit 4ab95d8267
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Sat Mar 30 23:48:41 CET 2002 Jan Hubicka <jh@suse.cz>
* cfgbuild.c (find_basic_blocks_1): Clear aux for blocks.
2002-03-30 Richard Henderson <rth@redhat.com>
PR target/6032

View file

@ -597,6 +597,7 @@ find_basic_blocks_1 (f)
label_value_list = lvl;
tail_recursion_label_list = trll;
clear_aux_for_blocks ();
}