diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-02 13:19:59 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-02 13:19:59 +0000 |
commit | 3284a24216e1b356c4b7dcc496cf16850e858a4a (patch) | |
tree | 3339d42d6bdaab3f873b91e89993fa54cc7f96e7 /gcc/params.def | |
parent | 3cf8b391b5f30be2e0c5404396abcfa20d88751e (diff) | |
download | gcc-3284a24216e1b356c4b7dcc496cf16850e858a4a.tar.gz |
* c.opt, common.opt, config/bfin/bfin.opt, config/pa/pa.opt,
config/rs6000/rs6000.opt, params.def: Remove "." from end of help
texts.
* config/avr/avr.c: Do not use '`' as left quote.
* config/rs6000/rs6000.c, config/s390/s390.c, opts.c, tree.c:
Remove "." from end of diagnostics. Make diagnostics start with
lowercase letter.
cp:
* name-lookup.c, parser.c: Use %q, %< and %> to quote in
diagnostics.
fortran:
* lang.opt: Remove "." from end of help texts.
objc:
* objc-act.c: Use %q to quote in diagnostics.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101533 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/params.def')
-rw-r--r-- | gcc/params.def | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/params.def b/gcc/params.def index 0948c40d0c5..1428b480068 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -188,14 +188,14 @@ DEFPARAM(PARAM_MAX_GCSE_PASSES, (Added loads execution count) */ DEFPARAM(PARAM_GCSE_AFTER_RELOAD_PARTIAL_FRACTION, "gcse-after-reload-partial-fraction", - "The threshold ratio for performing partial redundancy elimination after reload.", + "The threshold ratio for performing partial redundancy elimination after reload", 3, 0, 0) /* This is the threshold ratio of the critical edges execution count compared to the redundant loads execution count that permits performing the load redundancy elimination in gcse after reload. */ DEFPARAM(PARAM_GCSE_AFTER_RELOAD_CRITICAL_FRACTION, "gcse-after-reload-critical-fraction", - "The threshold ratio of critical edges execution count that permit performing redundancy elimination after reload.", + "The threshold ratio of critical edges execution count that permit performing redundancy elimination after reload", 10, 0, 0) /* This parameter limits the number of insns in a loop that will be unrolled, and by how much the loop is unrolled. @@ -417,7 +417,7 @@ DEFPARAM(PARAM_MAX_RELOAD_SEARCH_INSNS, DEFPARAM(PARAM_MAX_ALIASED_VOPS, "max-aliased-vops", - "The maximum number of virtual operands allowed to represent aliases before triggering alias grouping.", + "The maximum number of virtual operands allowed to represent aliases before triggering alias grouping", 500, 0, 0) DEFPARAM(PARAM_MAX_SCHED_REGION_BLOCKS, |