Commit 11da52a9 by Jeff Law Committed by Jeff Law

* tree-ssa-dom.c (record_equality); Fix comment typos.

From-SVN: r222551
parent 3f8e2835
2015-04-28 Jeff Law <law@redhat.com>
* tree-ssa-dom.c (record_equality); Fix comment typos.
2015-04-28 Tom de Vries <tom@codesourcery.com>
PR tree-optimization/65887
......
......@@ -1762,8 +1762,8 @@ record_equality (tree x, tree y)
if (tree_swap_operands_p (x, y, false))
std::swap (x, y);
/* Most of the time tree_swap_operands_p does what we want. But there's
cases where we we know one operand is better for copy propagation than
/* Most of the time tree_swap_operands_p does what we want. But there
are cases where we know one operand is better for copy propagation than
the other. Given no other code cares about ordering of equality
comparison operators for that purpose, we just handle the special cases
here. */
......
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