mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-23 00:10:05 +08:00
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>
|
||||
|
||||
* tree-phinodes.c (make_phi_node): Mark static.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user