+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
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. */