From: Martin Liska Date: Mon, 15 Feb 2021 14:09:04 +0000 (+0100) Subject: Add 2 missing Param keywords. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=26cedbce4b41df859428c036569723784f7e897f;p=gcc.git Add 2 missing Param keywords. gcc/ChangeLog: * params.opt: Add 2 missing Param keywords. --- diff --git a/gcc/params.opt b/gcc/params.opt index c633648d047..a4e1ac0e88e 100644 --- a/gcc/params.opt +++ b/gcc/params.opt @@ -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=