Commit 5fa534e3 by Steven Bosscher Committed by Steven Bosscher

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
parent 07eef816
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> 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
PR middle-end/23150 PR middle-end/23150
......
...@@ -136,9 +136,7 @@ DEFPARAM (PARAM_MIN_INLINE_RECURSIVE_PROBABILITY, ...@@ -136,9 +136,7 @@ DEFPARAM (PARAM_MIN_INLINE_RECURSIVE_PROBABILITY,
optimization to avoid register pressure. */ optimization to avoid register pressure. */
DEFPARAM (PARAM_MAX_VARIABLE_EXPANSIONS, DEFPARAM (PARAM_MAX_VARIABLE_EXPANSIONS,
"max-variable-expansions-in-unroller", "max-variable-expansions-in-unroller",
"If -fvariable-expansion-in-unroller is used, the maximum number of \ "If -fvariable-expansion-in-unroller is used, the maximum number of times that an individual variable will be expanded during loop unrolling",
times that an individual variable will be expanded \
during loop unrolling",
1, 0, 0) 1, 0, 0)
/* The maximum number of instructions to consider when looking for an /* The maximum number of instructions to consider when looking for an
...@@ -296,8 +294,7 @@ DEFPARAM(PARAM_SMS_MAX_II_FACTOR, ...@@ -296,8 +294,7 @@ DEFPARAM(PARAM_SMS_MAX_II_FACTOR,
100, 0, 0) 100, 0, 0)
DEFPARAM(PARAM_SMS_DFA_HISTORY, DEFPARAM(PARAM_SMS_DFA_HISTORY,
"sms-dfa-history", "sms-dfa-history",
"The number of cycles the swing modulo scheduler considers when \ "The number of cycles the swing modulo scheduler considers when checking conflicts using DFA",
checking conflicts using DFA",
0, 0, 0) 0, 0, 0)
DEFPARAM(PARAM_SMS_LOOP_AVERAGE_COUNT_THRESHOLD, DEFPARAM(PARAM_SMS_LOOP_AVERAGE_COUNT_THRESHOLD,
"sms-loop-average-count-threshold", "sms-loop-average-count-threshold",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment