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:
Bernhard Reutner-Fischer 2012-02-24 10:42:24 +01:00
parent 4021ad5590
commit b8f4632ce8
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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;