public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][pushed] Add 2 missing Param keywords.
@ 2021-02-15 14:09 Martin Liška
  2021-02-15 14:41 ` Richard Biener
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Liška @ 2021-02-15 14:09 UTC (permalink / raw)
  To: gcc-patches

Pushed as obvious.

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH][pushed] Add 2 missing Param keywords.
  2021-02-15 14:09 [PATCH][pushed] Add 2 missing Param keywords Martin Liška
@ 2021-02-15 14:41 ` Richard Biener
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Biener @ 2021-02-15 14:41 UTC (permalink / raw)
  To: Martin Liška; +Cc: GCC Patches

On Mon, Feb 15, 2021 at 3:09 PM Martin Liška <mliska@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
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-15 14:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-15 14:09 [PATCH][pushed] Add 2 missing Param keywords Martin Liška
2021-02-15 14:41 ` Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).