On Mon, Feb 15, 2021 at 3:09 PM Martin Liška <mli...@suse.cz> wrote:
>
> Pushed as obvious.

Oops.  Can we somehow make this more magic?

>
> Martin
>
> gcc/ChangeLog:
>
>         * params.opt: Add 2 missing Param keywords.
> ---
>   gcc/params.opt | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> 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=
> --
> 2.30.0
>

Reply via email to