aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2020-09-22 10:02:47 +0200
committerJakub Jelinek <jakub@redhat.com>2020-09-22 10:02:47 +0200
commit466b907fad91075c1ac80acedd3314b190d52cc6 (patch)
tree9766c402ee2c6de73e420a1ed4ffa79a146e68c4 /gcc/common.opt
parent7825399092d572ce8ea82c4aa8dfeb65076b0e52 (diff)
downloadgcc-466b907fad91075c1ac80acedd3314b190d52cc6.zip
gcc-466b907fad91075c1ac80acedd3314b190d52cc6.tar.gz
gcc-466b907fad91075c1ac80acedd3314b190d52cc6.tar.bz2
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.
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index b833b98..05fedc4 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -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