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
parent 4021ad55
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment