mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-02 00:36:22 +08:00
Fix -param=modref-max-depth in params.opt
* params.opt (-param=modref-max-depth=): Add missing full stop.
This commit is contained in:
parent
9dbf8dc7a9
commit
9b2e9a0aca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user