diff options
author | Jan Hubicka <hubicka@ucw.cz> | 2021-08-26 16:01:53 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@ucw.cz> | 2021-08-26 16:01:53 +0200 |
commit | c80d7230fba64097e4a2f1c88b189ba46b984519 (patch) | |
tree | f8bae7d0c019110cfc1b86ce0be015e183400a83 | |
parent | f075b8c5adcf9cb6336563c472c8d624c54184db (diff) | |
download | gcc-c80d7230fba64097e4a2f1c88b189ba46b984519.zip gcc-c80d7230fba64097e4a2f1c88b189ba46b984519.tar.gz gcc-c80d7230fba64097e4a2f1c88b189ba46b984519.tar.bz2 |
Add full stop to params.opt.
gcc/ChangeLog:
* params.opt: (modref-max-adjustments): Add full stop.
-rw-r--r-- | gcc/params.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/params.opt b/gcc/params.opt index cec43d2..3a701e2 100644 --- a/gcc/params.opt +++ b/gcc/params.opt @@ -1015,7 +1015,7 @@ Maximum number of escape points tracked by modref per SSA-name. -param=modref-max-adjustments= Common Joined UInteger Var(param_modref_max_adjustments) Init(8) IntegerRange (0, 254) Param Optimization -Maximum number of times a given range is adjusted during the dataflow +Maximum number of times a given range is adjusted during the dataflow. -param=tm-max-aggregate-size= Common Joined UInteger Var(param_tm_max_aggregate_size) Init(9) Param Optimization |