]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo in -param=vect-induction-float= attributes
authorAndrew Pinski <apinski@marvell.com>
Thu, 6 Apr 2023 04:13:00 +0000 (21:13 -0700)
committerAndrew Pinski <apinski@marvell.com>
Thu, 6 Apr 2023 04:16:31 +0000 (21:16 -0700)
There was a typo in the attributes of the option
-param=vect-induction-float= for IntegerRange.
This fixes that typo.

Committed as obvious after a build/test.

gcc/ChangeLog:

PR tree-optimization/109427
* params.opt (-param=vect-induction-float=):
Fix option attribute typo for IntegerRange.

gcc/params.opt

index aecc01c6adfcb4bbca5eb16145214b9ac5c47430..823cdb2ff8565b931796cf6a11c17ab249281f2b 100644 (file)
@@ -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.