ipa: Fix up ipa modref option help texts
authorJakub Jelinek <jakub@redhat.com>
Tue, 22 Sep 2020 08:02:47 +0000 (10:02 +0200)
committerJakub Jelinek <jakub@redhat.com>
Tue, 22 Sep 2020 08:02:47 +0000 (10:02 +0200)
This fixes
FAIL: compiler driver --help=common option(s): "^ +-.*[^:.]$" absent from output: "  --param=modref-max-tests=   Maximum number of tests perofmed by modref query"
FAIL: compiler driver --help=optimizers option(s): "^ +-.*[^:.]$" absent from output: "  -fipa-modref                Perform interprocedural modref analysis"

2020-09-22  Jakub Jelinek  <jakub@redhat.com>

* common.opt (-fipa-modref): Add dot at the end of option help.
* params.opt (--param=modref-max-tests=): Likewise.

gcc/common.opt
gcc/params.opt

index b833b98..05fedc4 100644 (file)
@@ -1827,7 +1827,7 @@ Perform interprocedural bitwise constant propagation.
 
 fipa-modref
 Common Report Var(flag_ipa_modref) Optimization
-Perform interprocedural modref analysis
+Perform interprocedural modref analysis.
 
 fipa-profile
 Common Report Var(flag_ipa_profile) Init(0) Optimization
index 1d86404..3c64daf 100644 (file)
@@ -882,7 +882,7 @@ Maximum number of refs stored in each modref tree.
 
 -param=modref-max-tests=
 Common Joined UInteger Var(param_modref_max_tests) Init(64)
-Maximum number of tests perofmed by modref query
+Maximum number of tests perofmed by modref query.
 
 -param=tm-max-aggregate-size=
 Common Joined UInteger Var(param_tm_max_aggregate_size) Init(9) Param Optimization