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 0aa9f7de124..d5b7e6d17d1 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -1445,6 +1445,7 @@ cgraph_optimize (void) /* Frontend may output common variables after the unit has been finalized. It is safe to deal with them here as they are always zero initialized. */ varpool_analyze_pending_decls (); + cgraph_process_new_functions (); timevar_push (TV_CGRAPHOPT); if (pre_ipa_mem_report) |