From 565f407037aaae41f9111a76c9df7348caf12fb9 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 27 Apr 2016 14:52:15 -0600 Subject: * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment. From-SVN: r235535 --- gcc/tree-ssa-dom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-ssa-dom.c') diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c index 9aaa372..8bf5b3c 100644 --- a/gcc/tree-ssa-dom.c +++ b/gcc/tree-ssa-dom.c @@ -921,7 +921,7 @@ record_temporary_equivalences (edge e, /* We already recorded that LHS = RHS, with canonicalization, value chain following, etc. - We also want to return RHS = LHS, but without any canonicalization + We also want to record RHS = LHS, but without any canonicalization or value chain following. */ if (TREE_CODE (rhs) == SSA_NAME) const_and_copies->record_const_or_copy_raw (rhs, lhs, -- cgit v1.1