aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dom.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2015-04-28 17:18:27 -0600
committerJeff Law <law@gcc.gnu.org>2015-04-28 17:18:27 -0600
commit11da52a9ce22f48ae3512b955e6d359b36eb11e1 (patch)
tree06f7094f36ea31cddbaac7452f17c9d4192605e4 /gcc/tree-ssa-dom.c
parent3f8e2835ae414fe8f6895ed7cfe7171cea506c70 (diff)
downloadgcc-11da52a9ce22f48ae3512b955e6d359b36eb11e1.zip
gcc-11da52a9ce22f48ae3512b955e6d359b36eb11e1.tar.gz
gcc-11da52a9ce22f48ae3512b955e6d359b36eb11e1.tar.bz2
* tree-ssa-dom.c (record_equality); Fix comment typos.
From-SVN: r222551
Diffstat (limited to 'gcc/tree-ssa-dom.c')
-rw-r--r--gcc/tree-ssa-dom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c
index c7d427b..14f3e9e 100644
--- a/gcc/tree-ssa-dom.c
+++ b/gcc/tree-ssa-dom.c
@@ -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. */