From: Jeff Law Date: Wed, 27 Apr 2016 20:52:15 +0000 (-0600) Subject: * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment. X-Git-Tag: basepoints/gcc-8~7367 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=565f407037aaae41f9111a76c9df7348caf12fb9;p=thirdparty%2Fgcc.git * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment. From-SVN: r235535 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 029a40219c8a..8cbae41ea040 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 9aaa3724ab91..8bf5b3c9ffed 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,