diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-08 07:15:59 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-10-08 07:15:59 +0000 |
commit | d5ec9abab2116e371622d1736ce68d42d76fcd50 (patch) | |
tree | ce6bc24aa573d9d6b9c0f9d46e32945ef9f0ad4b /gcc/params.def | |
parent | ff6c0ab2fff65030fc325c84259e935f2ad40355 (diff) | |
download | gcc-d5ec9abab2116e371622d1736ce68d42d76fcd50.tar.gz |
PR other/22202
* params.def (PARAM_MAX_VARIABLE_EXPANSIONS): Remove superfluous
spaces.
(PARAM_SMS_DFA_HISTORY): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105115 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/params.def')
-rw-r--r-- | gcc/params.def | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/params.def b/gcc/params.def index ea64a3865eb..f808682a06f 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -136,9 +136,7 @@ DEFPARAM (PARAM_MIN_INLINE_RECURSIVE_PROBABILITY, optimization to avoid register pressure. */ DEFPARAM (PARAM_MAX_VARIABLE_EXPANSIONS, "max-variable-expansions-in-unroller", - "If -fvariable-expansion-in-unroller is used, the maximum number of \ - times that an individual variable will be expanded \ - during loop unrolling", + "If -fvariable-expansion-in-unroller is used, the maximum number of times that an individual variable will be expanded during loop unrolling", 1, 0, 0) /* The maximum number of instructions to consider when looking for an @@ -296,8 +294,7 @@ DEFPARAM(PARAM_SMS_MAX_II_FACTOR, 100, 0, 0) DEFPARAM(PARAM_SMS_DFA_HISTORY, "sms-dfa-history", - "The number of cycles the swing modulo scheduler considers when \ - checking conflicts using DFA", + "The number of cycles the swing modulo scheduler considers when checking conflicts using DFA", 0, 0, 0) DEFPARAM(PARAM_SMS_LOOP_AVERAGE_COUNT_THRESHOLD, "sms-loop-average-count-threshold", |