From: Jan Hubicka Date: Thu, 2 Oct 2025 10:12:05 +0000 (+0200) Subject: Fix description of --param auto-profile-bbs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e04e815708789c8c2675742b323ba28786527640;p=thirdparty%2Fgcc.git Fix description of --param auto-profile-bbs gcc/ChangeLog: * params.opt (-param=auto-profile-bbs=): Add missing full stop after description. --- diff --git a/gcc/params.opt b/gcc/params.opt index 1f6297de163..f8884e976e7 100644 --- a/gcc/params.opt +++ b/gcc/params.opt @@ -68,7 +68,7 @@ Enable asan detection of use-after-return bugs. -param=auto-profile-bbs= Common Joined UInteger Var(param_auto_profile_bbs) Init(1) IntegerRange(0, 1) Param Optimization -Build basic block profile using auto profile +Build basic block profile using auto profile. -param=cycle-accurate-model= Common Joined UInteger Var(param_cycle_accurate_model) Init(1) IntegerRange(0, 1) Param Optimization