Commit ef725e2a authored by jamborm's avatar jamborm
Browse files

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.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170562 138bc75d-0d04-0410-961f-82ee72b054a4
parent 27969db4
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