diff options
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index a247527..83af880 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -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); |