From 565f407037aaae41f9111a76c9df7348caf12fb9 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 27 Apr 2016 14:52:15 -0600 Subject: [PATCH] * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment. From-SVN: r235535 --- gcc/ChangeLog | 4 ++++ gcc/tree-ssa-dom.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 029a40219c8..8cbae41ea04 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-04-27 Jeff Law + + * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment. + 2016-04-27 Bill Schmidt * config/rs6000/altivec.md (altivec_lvx_): Remove. diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c index 9aaa3724ab9..8bf5b3c9ffe 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, -- 2.30.2