* cfgbuild.c (find_basic_blocks_1): Clear aux for blocks.
From-SVN: r51612
This commit is contained in:
parent
89a8b315b8
commit
4ab95d8267
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -597,6 +597,7 @@ find_basic_blocks_1 (f)
|
|||
|
||||
label_value_list = lvl;
|
||||
tail_recursion_label_list = trll;
|
||||
clear_aux_for_blocks ();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue