[PATCH] Fix comment typo in ao_ref_init_from_vn_reference

2024-02-13 Thread Richard Biener
Pushed. PR tree-optimization/113831 * tree-ssa-sccvn.cc (ao_ref_init_from_vn_reference): Fix typo in comment. --- gcc/tree-ssa-sccvn.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/tree-ssa-sccvn.cc b/gcc/tree-ssa-sccvn.cc index 74ead082558..d6

Re: [PATCH] Fix comment typo in ira.c

2014-08-23 Thread Chung-Ju Wu
2014-08-19 22:04 GMT+08:00 Vladimir Makarov : > On 08/18/2014 10:51 AM, Kito Cheng wrote: >> Hi Vladimir: >> >> Here is a tiny typo in comment, allono -> allocno. >> >> ChangLog >> 2014-08-18 Kito Cheng >> >> * ira.c: Fix typo in comment. > Thanks, Kito. Of course, the patch is ok. You

Re: [PATCH] Fix comment typo in ira.c

2014-08-19 Thread Vladimir Makarov
On 08/18/2014 10:51 AM, Kito Cheng wrote: > Hi Vladimir: > > Here is a tiny typo in comment, allono -> allocno. > > ChangLog > 2014-08-18 Kito Cheng > > * ira.c: Fix typo in comment. Thanks, Kito. Of course, the patch is ok. You can commit it if it is not committed yet.

Re: [PATCH] Fix comment typo in ira.c

2014-08-18 Thread Kito Cheng
Oops, I forgot to attach patch in the previous mail. On Mon, Aug 18, 2014 at 10:51 PM, Kito Cheng wrote: > Hi Vladimir: > > Here is a tiny typo in comment, allono -> allocno. > > ChangLog > 2014-08-18 Kito Cheng > > * ira.c: Fix typo in comment. From 6999747b19f53d140571f93991962292637

[PATCH] Fix comment typo in ira.c

2014-08-18 Thread Kito Cheng
Hi Vladimir: Here is a tiny typo in comment, allono -> allocno. ChangLog 2014-08-18 Kito Cheng * ira.c: Fix typo in comment.

[PATCH] Fix comment typo

2014-01-27 Thread Jeff Law
Just something I noticed while looking at one of our P1 regressions. Installed as obvious. Jeff diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c index 12ee84c..5f47e0b 100644 --- a/gcc/ipa-inline.c +++ b/gcc/ipa-inline.c @@ -1597,7 +1597,7 @@ inline_small_functions (void) max_size = compute_

[PATCH] Fix comment typo

2013-10-28 Thread Jeff Law
Just something I noticed while reviewing a patch. Committed. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e525748..013fe73 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-10-28 Jeff Law + + * lower-subreg.c (resolve_simple_move): Fix comment typo. + 2013-10-