Commit 2f2935b6 by Martin Jambor Committed by Martin Jambor

ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix the description to…

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
parent 55b21c7a
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,
......
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