diff options
author | Steven Bosscher <stevenb@suse.de> | 2005-10-08 07:15:59 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2005-10-08 07:15:59 +0000 |
commit | 5fa534e39e5cb389f8496c1cdb282876a49d9991 (patch) | |
tree | ce6bc24aa573d9d6b9c0f9d46e32945ef9f0ad4b | |
parent | 07eef8164aa7feb3aa60d5479894ea2d926643ce (diff) | |
download | gcc-5fa534e39e5cb389f8496c1cdb282876a49d9991.zip gcc-5fa534e39e5cb389f8496c1cdb282876a49d9991.tar.gz gcc-5fa534e39e5cb389f8496c1cdb282876a49d9991.tar.bz2 |
re PR other/22202 (Superfluous space in description of max-variable-expansions-in-unroller)
PR other/22202
* params.def (PARAM_MAX_VARIABLE_EXPANSIONS): Remove superfluous
spaces.
(PARAM_SMS_DFA_HISTORY): Likewise.
From-SVN: r105115
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/params.def | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6aeade9..e916d52 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2005-10-08 Steven Bosscher <stevenb@suse.de> + + PR other/22202 + * params.def (PARAM_MAX_VARIABLE_EXPANSIONS): Remove superfluous + spaces. + (PARAM_SMS_DFA_HISTORY): Likewise. + 2005-10-08 Kazu Hirata <kazu@codesourcery.com> PR middle-end/23150 diff --git a/gcc/params.def b/gcc/params.def index ea64a38..f808682 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", |