Skip to content

Commit

Permalink
* ipa-inline.c (early_inliner): Update node's inline info.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208861 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
dehao committed Mar 27, 2014
1 parent bb0803f commit 0bc23e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2014-03-27 Dehao Chen <[email protected]>

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

2014-03-26 Dehao Chen <[email protected]>

* dojump.c (do_compare_rtx_and_jump): Sets correct probability for
Expand Down
2 changes: 2 additions & 0 deletions gcc/ipa-inline.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0bc23e2

Please sign in to comment.