mirror of git://gcc.gnu.org/git/gcc.git
tree-if-conv (predicate_scalar_phi): Commentary typo fix.
2012-02-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> * tree-if-conv (predicate_scalar_phi): Commentary typo fix. From-SVN: r184546
This commit is contained in:
parent
4021ad5590
commit
b8f4632ce8
|
@ -1,3 +1,7 @@
|
||||||
|
2012-02-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
|
||||||
|
|
||||||
|
* tree-if-conv (predicate_scalar_phi): Commentary typo fix.
|
||||||
|
|
||||||
2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
|
2012-02-23 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
|
||||||
|
|
||||||
* tree-phinodes.c (make_phi_node): Mark static.
|
* tree-phinodes.c (make_phi_node): Mark static.
|
||||||
|
|
|
@ -1262,7 +1262,7 @@ find_phi_replacement_condition (struct loop *loop,
|
||||||
arguments.
|
arguments.
|
||||||
|
|
||||||
For example,
|
For example,
|
||||||
S1: A = PHI <x1(1), x2(5)
|
S1: A = PHI <x1(1), x2(5)>
|
||||||
is converted into,
|
is converted into,
|
||||||
S2: A = cond ? x1 : x2;
|
S2: A = cond ? x1 : x2;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue