https://gcc.gnu.org/g:e04e815708789c8c2675742b323ba28786527640

commit r16-4254-ge04e815708789c8c2675742b323ba28786527640
Author: Jan Hubicka <[email protected]>
Date:   Thu Oct 2 12:12:05 2025 +0200

    Fix description of --param auto-profile-bbs
    
    gcc/ChangeLog:
    
            * params.opt (-param=auto-profile-bbs=): Add missing full stop after
            description.

Diff:
---
 gcc/params.opt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/params.opt b/gcc/params.opt
index 1f6297de1638..f8884e976e7f 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

Reply via email to