public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-7532] params: Remove repeated word "that" in parameter description
@ 2022-03-08 10:48 Martin Jambor
  0 siblings, 0 replies; only message in thread
From: Martin Jambor @ 2022-03-08 10:48 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:da2667cb025ec81c0fab438abee0e83c636148aa

commit r12-7532-gda2667cb025ec81c0fab438abee0e83c636148aa
Author: Martin Jambor <mjambor@suse.cz>
Date:   Tue Mar 8 11:32:15 2022 +0100

    params: Remove repeated word "that" in parameter description
    
    One of the mistakes reported in PR 104552 is repeated "that" in
    description of ipa-cp-recursive-freq-factor which I introduced.  This
    patch removes one of them.
    
    gcc/ChangeLog:
    
    2022-03-07  Martin Jambor  <mjambor@suse.cz>
    
            PR translation/104552
            * params.opt (ipa-cp-recursive-freq-factor): Remove repeated word
            "that" in the description.

Diff:
---
 gcc/params.opt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/params.opt b/gcc/params.opt
index b07663daa05..f76f7839916 100644
--- a/gcc/params.opt
+++ b/gcc/params.opt
@@ -251,7 +251,7 @@ Recursive cloning only when the probability of call being executed exceeds the p
 
 -param=ipa-cp-recursive-freq-factor=
 Common Joined UInteger Var(param_ipa_cp_recursive_freq_factor) Init(6) Param Optimization
-When propagating IPA-CP effect estimates, multiply frequencies of recursive edges that that bring back an unchanged value by this factor.
+When propagating IPA-CP effect estimates, multiply frequencies of recursive edges that bring back an unchanged value by this factor.
 
 -param=ipa-cp-recursion-penalty=
 Common Joined UInteger Var(param_ipa_cp_recursion_penalty) Init(40) IntegerRange(0, 100) Param Optimization


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-08 10:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08 10:48 [gcc r12-7532] params: Remove repeated word "that" in parameter description Martin Jambor

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).