diff options
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index f10ed254244..5a0b9a99c49 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -455,10 +455,7 @@ cgraph_finalize_function (tree decl, bool nested) /* If not unit at a time, then we need to create the call graph now, so that called functions can be queued and emitted now. */ if (!flag_unit_at_a_time) - { - cgraph_analyze_function (node); - cgraph_decide_inlining_incrementally (node, false); - } + cgraph_analyze_function (node); if (decide_is_function_needed (node, decl)) cgraph_mark_needed_node (node); |