On Thu, Feb 23, 2012 at 07:21:29PM +0100, Bernhard Reutner-Fischer wrote: >gcc/ChangeLog: > >2012-02-23 Bernhard Reutner-Fischer <al...@gcc.gnu.org> > > * tree-if-conv (predicate_scalar_phi): Commentary typo fix.
Applied to trunk as obvious as r184546. > >Signed-off-by: Bernhard Reutner-Fischer <rep.dot....@gmail.com> >--- > gcc/tree-if-conv.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c >index cdbbe5b..ca9503f 100644 >--- a/gcc/tree-if-conv.c >+++ b/gcc/tree-if-conv.c >@@ -1262,7 +1262,7 @@ find_phi_replacement_condition (struct loop *loop, > arguments. > > For example, >- S1: A = PHI <x1(1), x2(5) >+ S1: A = PHI <x1(1), x2(5)> > is converted into, > S2: A = cond ? x1 : x2; > >-- >1.7.9 >