* tree-ssa-dom.c (record_equality); Fix comment typos.
authorJeff Law <law@redhat.com>
Tue, 28 Apr 2015 23:18:27 +0000 (17:18 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 28 Apr 2015 23:18:27 +0000 (17:18 -0600)
From-SVN: r222551

gcc/ChangeLog
gcc/tree-ssa-dom.c

index 8ba462b6e743191a8e8930480e4b9f8951ede3d5..27752264ad53e5320c93306754f11155a2243ee7 100644 (file)
@@ -1,3 +1,7 @@
+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
index c7d427be22ec007d40b4e9ff9c323478ea4294f2..14f3e9ef928cbb5d76a734798b81b4218b37cad1 100644 (file)
@@ -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.  */