From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1075) id 64DAD3858402; Thu, 26 Aug 2021 14:02:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 64DAD3858402 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jan Hubicka To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-3160] Add full stop to params.opt. X-Act-Checkin: gcc X-Git-Author: Jan Hubicka X-Git-Refname: refs/heads/master X-Git-Oldrev: f075b8c5adcf9cb6336563c472c8d624c54184db X-Git-Newrev: c80d7230fba64097e4a2f1c88b189ba46b984519 Message-Id: <20210826140241.64DAD3858402@sourceware.org> Date: Thu, 26 Aug 2021 14:02:41 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2021 14:02:41 -0000 https://gcc.gnu.org/g:c80d7230fba64097e4a2f1c88b189ba46b984519 commit r12-3160-gc80d7230fba64097e4a2f1c88b189ba46b984519 Author: Jan Hubicka Date: Thu Aug 26 16:01:53 2021 +0200 Add full stop to params.opt. gcc/ChangeLog: * params.opt: (modref-max-adjustments): Add full stop. Diff: --- gcc/params.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/params.opt b/gcc/params.opt index cec43d20533..3a701e22c46 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