From 2f2935b6d5c7d9976710d40b79036bec4c7087aa Mon Sep 17 00:00:00 2001 From: Martin Jambor Date: Mon, 28 Feb 2011 14:32:28 +0100 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/ipa-inline.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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, -- 2.30.2