diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 71e0f889c77..cb6d8279989 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-02-13 Bernhard Reutner-Fischer + + * tree-if-conv (predicate_scalar_phi): Commentary typo fix. + 2012-02-23 Bernhard Reutner-Fischer * tree-phinodes.c (make_phi_node): Mark static. diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c index cdbbe5bd353..ca9503f3e47 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 is converted into, S2: A = cond ? x1 : x2;