Add 2 missing Param keywords.

gcc/ChangeLog:

	* params.opt: Add 2 missing Param keywords.
This commit is contained in:
Martin Liska 2021-02-15 15:09:04 +01:00
parent 8ec4f693fb
commit 26cedbce4b

View File

@ -682,11 +682,11 @@ Common Joined UInteger Var(param_max_stores_to_sink) Init(2) Param Optimization
Maximum number of conditional store pairs that can be sunk.
-param=max-store-chains-to-track=
Common Joined UInteger Var(param_max_store_chains_to_track) Init(64) IntegerRange(1, 65536)
Common Joined UInteger Var(param_max_store_chains_to_track) Init(64) IntegerRange(1, 65536) Param
Maximum number of store chains to track at the same time in the store merging pass.
-param=max-stores-to-track=
Common Joined UInteger Var(param_max_stores_to_track) Init(1024) IntegerRange(2, 1048576)
Common Joined UInteger Var(param_max_stores_to_track) Init(1024) IntegerRange(2, 1048576) Param
Maximum number of store chains to track at the same time in the store merging pass.
-param=max-tail-merge-comparisons=