diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-05-29 19:38:34 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-05-29 19:38:34 +0000 |
commit | cc9795d4aa4340f121bd6a182ac610e73b91b0c2 (patch) | |
tree | 346c11fbeaa60e2d6a27520ff73355a3f0cdd1ce /gcc/ipa-inline.c | |
parent | cb275d32f7a80e46acd02ff1b1be6678e42dd292 (diff) | |
download | gcc-cc9795d4aa4340f121bd6a182ac610e73b91b0c2.zip gcc-cc9795d4aa4340f121bd6a182ac610e73b91b0c2.tar.gz gcc-cc9795d4aa4340f121bd6a182ac610e73b91b0c2.tar.bz2 |
cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump messages.
* cgraphunit.c, ipa-inline.c, loop-iv.c, modulo-sched.c,
opts.c, postreload-gcse.c, tree-browser.def, tree-eh.c,
tree-ssa-copyrename.c, tree-vect-analyze.c: Fix typos and
follow spelling conventions in error/dump messages.
From-SVN: r100330
Diffstat (limited to 'gcc/ipa-inline.c')
-rw-r--r-- | gcc/ipa-inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c index fbda466..e58ac0f 100644 --- a/gcc/ipa-inline.c +++ b/gcc/ipa-inline.c @@ -630,7 +630,7 @@ cgraph_decide_inlining_of_small_functions (void) edge->inline_failed = (edge->callee->local.disregard_inline_limits ? N_("recursive inlining") : ""); if (dump_file) - fprintf (dump_file, " inline_failed:Recursive inlining perfomed only for function itself.\n"); + fprintf (dump_file, " inline_failed:Recursive inlining performed only for function itself.\n"); continue; } } |