diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-05 20:24:18 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-05 20:24:18 +0000 |
commit | 7063afc34ff68b6930703cd516f2d8325cf798b8 (patch) | |
tree | 5862299337bcb2adb6751447c1b727ed4555e24f /gcc/params.def | |
parent | 10bef3cafc138e0d412f9ce596f8e387ce1b10da (diff) | |
download | gcc-7063afc34ff68b6930703cd516f2d8325cf798b8.tar.gz |
* c-typeck.c, config/i386/netware.h, config/m32c/cond.md,
config/ms1/ms1.h, config/rs6000/predicates.md,
config/s390/s390.c, params.def, postreload-gcse.c,
tree-flow-inline.h, tree-ssa-operands.c, tree-vectorizer.c,
tree-vrp.c, tree.c: Fix comment typos.
* doc/invoke.texi: Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106532 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/params.def')
-rw-r--r-- | gcc/params.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/params.def b/gcc/params.def index a68557bce09..af0fbdcb3c1 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -314,7 +314,7 @@ DEFPARAM(HOT_BB_FREQUENCY_FRACTION, are predicted to iterate relatively few (10) times at average. For functions containing one loop with large known number of iterations and other loops having unbounded loops we would end up predicting all - the other loops cold that is not usually the case. So we need to artifically + the other loops cold that is not usually the case. So we need to artificially flatten the profile. We need to cut the maximal predicted iterations to large enought iterations |