From: Andrew Pinski Date: Thu, 6 Apr 2023 04:13:00 +0000 (-0700) Subject: Fix typo in -param=vect-induction-float= attributes X-Git-Tag: releases/gcc-12.3.0~128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c5d6ed689d24418a3bc0647ab34a7ab017d7030;p=thirdparty%2Fgcc.git Fix typo in -param=vect-induction-float= attributes There was a typo in the attributes of the option -param=vect-induction-float= for IntegerRange. This fixes that typo. Committed to GCC 12 branch as obvious after a build/test. gcc/ChangeLog: PR tree-optimization/109427 * params.opt (-param=vect-induction-float=): Fix option attribute typo for IntegerRange. (cherry picked from commit 0f816116356fec32e3a3a2fb5af790a0438c5da4) --- diff --git a/gcc/params.opt b/gcc/params.opt index b88e13720057..e0ff9e210544 100644 --- a/gcc/params.opt +++ b/gcc/params.opt @@ -1181,7 +1181,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. -param=vrp1-mode=