From c80d7230fba64097e4a2f1c88b189ba46b984519 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Thu, 26 Aug 2021 16:01:53 +0200 Subject: [PATCH] Add full stop to params.opt. gcc/ChangeLog: * params.opt: (modref-max-adjustments): Add full stop. --- gcc/params.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/params.opt b/gcc/params.opt index cec43d2..3a701e2 100644 --- a/gcc/params.opt +++ b/gcc/params.opt @@ -1015,7 +1015,7 @@ Maximum number of escape points tracked by modref per SSA-name. -param=modref-max-adjustments= Common Joined UInteger Var(param_modref_max_adjustments) Init(8) IntegerRange (0, 254) Param Optimization -Maximum number of times a given range is adjusted during the dataflow +Maximum number of times a given range is adjusted during the dataflow. -param=tm-max-aggregate-size= Common Joined UInteger Var(param_tm_max_aggregate_size) Init(9) Param Optimization -- 2.7.4