Commit 2f2a7d15 by Dehao Chen Committed by Dehao Chen

* ipa-inline.c (early_inliner): Update node's inline info.

From-SVN: r208861
parent a0dbf285
2014-03-27 Dehao Chen <dehao@google.com>
* ipa-inline.c (early_inliner): Update node's inline info.
2014-03-26 Dehao Chen <dehao@google.com>
* dojump.c (do_compare_rtx_and_jump): Sets correct probability for
......
......@@ -2318,6 +2318,8 @@ early_inliner (void)
edge->call_stmt, edge->callee->decl, false))
edge->call_stmt_cannot_inline_p = true;
}
if (iterations < PARAM_VALUE (PARAM_EARLY_INLINER_MAX_ITERATIONS) - 1)
inline_update_overall_summary (node);
timevar_pop (TV_INTEGRATION);
iterations++;
inlined = false;
......
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