diff --git a/gcc/params.opt b/gcc/params.opt index aecc01c6adf..823cdb2ff85 100644 --- a/gcc/params.opt +++ b/gcc/params.opt @@ -1179,7 +1179,7 @@ Common Joined UInteger Var(param_vect_inner_loop_cost_factor) Init(50) IntegerRa The maximum factor which the loop vectorizer applies to the cost of statements in an inner loop relative to the loop being vectorized. -param=vect-induction-float= -Common Joined UInteger Var(param_vect_induction_float) Init(1) IntegerRage(0, 1) Param Optimization +Common Joined UInteger Var(param_vect_induction_float) Init(1) IntegerRange(0, 1) Param Optimization Enable loop vectorization of floating point inductions. ; This comment is to ensure we retain the blank line above.