ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix the description to...
authorMartin Jambor <mjambor@suse.cz>
Mon, 28 Feb 2011 13:32:28 +0000 (14:32 +0100)
committerMartin Jambor <jamborm@gcc.gnu.org>
Mon, 28 Feb 2011 13:32:28 +0000 (14:32 +0100)
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

gcc/ChangeLog
gcc/ipa-inline.c

index 99f5198890a70e571dc095e3463f06af1a825f80..cbad9a2e313f3810a67de88b3e623ff269f1cd80 100644 (file)
@@ -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
index 10e57a8750ecf06e419c9ef400b141d27c7cb96b..e8676c8394b95cccd223e0135fad955c4610938f 100644 (file)
@@ -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,