diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-01-31 03:45:38 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-01-31 03:45:38 +0000 |
commit | 88512ba0b895155c90c768ec9f3fbd0f6c7ca06d (patch) | |
tree | dd7705242a6f3829eaaeda8c5fd84385708e0595 /gcc/value-prof.c | |
parent | 65de695fa500860d057a377fd7da61059dced000 (diff) | |
download | gcc-88512ba0b895155c90c768ec9f3fbd0f6c7ca06d.zip gcc-88512ba0b895155c90c768ec9f3fbd0f6c7ca06d.tar.gz gcc-88512ba0b895155c90c768ec9f3fbd0f6c7ca06d.tar.bz2 |
cgraphunit.c, [...]: Fix comment typos.
* cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c,
ipa-inline.c, tree-profile.c, tree-ssa-live.c,
tree-ssa-math-opts.c, tree-ssanames.c, tree-vect-analyze.c,
value-prof.c: Fix comment typos.
From-SVN: r121374
Diffstat (limited to 'gcc/value-prof.c')
-rw-r--r-- | gcc/value-prof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/value-prof.c b/gcc/value-prof.c index 869e169..0d5f041 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -63,7 +63,7 @@ static struct value_prof_hooks *value_prof_hooks; 3) Indirect/virtual call specialization. If we can determine most common function callee in indirect/virtual call. We can use this - information to improve code effectivity (espetialy info for + information to improve code effectiveness (especially info for inliner). Every such optimization should add its requirements for profiled values to |