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)
commit466b907fad91075c1ac80acedd3314b190d52cc6
tree9766c402ee2c6de73e420a1ed4ffa79a146e68c4
parent7825399092d572ce8ea82c4aa8dfeb65076b0e52
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.
gcc/common.opt
gcc/params.opt