mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-18 01:20:48 +08:00
ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix the description to match the printed values.
2011-02-28 Martin Jambor <mjambor@suse.cz> * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix the description to match the printed values. From-SVN: r170562
This commit is contained in:
parent
55b21c7a64
commit
2f2935b6d5
@ -1,3 +1,8 @@
|
||||
2011-02-28 Martin Jambor <mjambor@suse.cz>
|
||||
|
||||
* ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix
|
||||
the description to match the printed values.
|
||||
|
||||
2011-02-28 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* tree-inline.c (tree_function_versioning): Set BLOCK_SUPERCONTEXT
|
||||
|
@ -1243,7 +1243,7 @@ cgraph_decide_inlining_of_small_functions (void)
|
||||
if (dump_file)
|
||||
{
|
||||
fprintf (dump_file,
|
||||
" Inlined into %s which now has size %i and self time %i,"
|
||||
" Inlined into %s which now has time %i and size %i,"
|
||||
"net change of %+i.\n",
|
||||
cgraph_node_name (edge->caller),
|
||||
edge->caller->global.time,
|
||||
|
Loading…
x
Reference in New Issue
Block a user