Skip to content

Commit 24715cc

Browse files
committed
fixed typo
1 parent 5cbb9db commit 24715cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/params.opt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ The maximum number of instructions in an inner loop that is being considered for
426426
Common Joined UInteger Var(param_loop_versioning_max_outer_insns) Init(100) Param Optimization
427427
The maximum number of instructions in an outer loop that is being considered for versioning, on top of the instructions in inner loops.
428428

429-
-param=loop-versioning-histogram_prcnts=
429+
-param=loop-versioning-histogram_prcnt=
430430
Common Joined UInteger Var(param_loop_versioning_histogram_prcnt) Init(30) Param Optimization
431431
Percentage of the dominating iteration count required for versioning.
432432

0 commit comments

Comments
 (0)