Fix -param=modref-max-depth in params.opt

* params.opt (-param=modref-max-depth=): Add missing full stop.
This commit is contained in:
Jan Hubicka 2020-11-16 13:23:16 +01:00
parent 9dbf8dc7a9
commit 9b2e9a0aca
1 changed files with 1 additions and 1 deletions

View File

@ -929,7 +929,7 @@ Maximum number of tests performed by modref query.
-param=modref-max-depth=
Common Joined UInteger Var(param_modref_max_depth) Init(256)
Maximum depth of DFS walk used by modref escape analysis
Maximum depth of DFS walk used by modref escape analysis.
-param=tm-max-aggregate-size=
Common Joined UInteger Var(param_tm_max_aggregate_size) Init(9) Param Optimization