mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 07:30:32 +08:00
* ipa-inline.c (early_inliner): Update node's inline info.
From-SVN: r208861
This commit is contained in:
parent
a0dbf28553
commit
2f2a7d1543
@ -1,3 +1,7 @@
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user