mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 17:11:20 +08:00
ipa: Fix up ipa modref option help texts
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.
This commit is contained in:
parent
7825399092
commit
466b907fad
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user