aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-10 10:44:48 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-10 10:44:48 +0000
commit6cb38cd4ae4e293f992f0593813c162803e533b9 (patch)
treee18647b48f7a6fbf0ceb4f1c9045c3e057e62d7a /gcc/value-prof.c
parent8166c2014f908bb47205709b34ab0bdca881b45a (diff)
downloadgcc-6cb38cd4ae4e293f992f0593813c162803e533b9.zip
gcc-6cb38cd4ae4e293f992f0593813c162803e533b9.tar.gz
gcc-6cb38cd4ae4e293f992f0593813c162803e533b9.tar.bz2
c-common.c, [...]: Fix comment typos.
* c-common.c, c-pch.c, defaults.h, lambda-code.c, passes.c, tree-data-ref.c, tree-flow.h, tree-ssa-operands.c, tree-ssa-threadupdate.c, tree-vectorizer.c, tree-vectorizer.h, value-prof.c: Fix comment typos. Follow spelling conventions. From-SVN: r87288
Diffstat (limited to 'gcc/value-prof.c')
-rw-r--r--gcc/value-prof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/value-prof.c b/gcc/value-prof.c
index 3f9caeb..6c6eed8 100644
--- a/gcc/value-prof.c
+++ b/gcc/value-prof.c
@@ -41,7 +41,7 @@ static struct value_prof_hooks *value_prof_hooks;
following optimizations are implemented (for more detailed descriptions
see comments at value_profile_transformations):
- 1) Division/modulo specialisation. Provided that we can determine that the
+ 1) Division/modulo specialization. Provided that we can determine that the
operands of the division have some special properties, we may use it to
produce more effective code.
2) Speculative prefetching. If we are able to determine that the difference