Commit 4ab95d82 by Jan Hubicka Committed by Jan Hubicka

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

From-SVN: r51612
parent 89a8b315
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 ();
}
......
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