aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Jambor <mjambor@suse.cz>2011-02-28 14:32:28 +0100
committerMartin Jambor <jamborm@gcc.gnu.org>2011-02-28 14:32:28 +0100
commit2f2935b6d5c7d9976710d40b79036bec4c7087aa (patch)
tree69d13de97ff3a0cafbc1bf5187e2648b05f27681
parent55b21c7a644d052ae243adef866d1394fc85a9f1 (diff)
downloadgcc-2f2935b6d5c7d9976710d40b79036bec4c7087aa.zip
gcc-2f2935b6d5c7d9976710d40b79036bec4c7087aa.tar.gz
gcc-2f2935b6d5c7d9976710d40b79036bec4c7087aa.tar.bz2
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/ipa-inline.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 99f5198..cbad9a2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c
index 10e57a8..e8676c8 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,