Commit 04b201a2 by Jan Hubicka Committed by Jan Hubicka

* cgraphunit.c (ipa_passes): Clear current_function_decl.

From-SVN: r119979
parent 57b9cba5
2006-12-16 Jan Hubicka <jh@suse.cz>
* cgraphunit.c (ipa_passes): Clear current_function_decl.
2006-12-16 Andreas Tobler <a.tobler@schweiz.org>
* passes.c (verify_curr_properties): Define only for ENABLE_CHECKING.
......
......@@ -1363,6 +1363,7 @@ static void
ipa_passes (void)
{
cfun = NULL;
current_function_decl = NULL;
tree_register_cfg_hooks ();
bitmap_obstack_initialize (NULL);
execute_ipa_pass_list (all_ipa_passes);
......
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