From c85ce869e757158c55fd428befdb59ad5d537c1f Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 2 Jul 2005 14:19:59 +0100 Subject: c.opt, [...]: Remove "." from end of help texts. * 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. From-SVN: r101533 --- gcc/params.def | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/params.def') diff --git a/gcc/params.def b/gcc/params.def index 0948c40..1428b48 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, -- cgit v1.1