From: Martin Jambor Date: Mon, 28 Feb 2011 13:32:28 +0000 (+0100) Subject: ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix the description to... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f2935b6d5c7d9976710d40b79036bec4c7087aa;p=gcc.git ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix the description to match the printed values. 2011-02-28 Martin Jambor * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix the description to match the printed values. From-SVN: r170562 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 99f5198890a..cbad9a2e313 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-02-28 Martin Jambor + + * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix + the description to match the printed values. + 2011-02-28 Richard Guenther * tree-inline.c (tree_function_versioning): Set BLOCK_SUPERCONTEXT diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c index 10e57a8750e..e8676c8394b 100644 --- a/gcc/ipa-inline.c +++ b/gcc/ipa-inline.c @@ -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,