* tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.

From-SVN: r235535
This commit is contained in:
Jeff Law 2016-04-27 14:52:15 -06:00 committed by Jeff Law
parent 6bc2bb1821
commit 565f407037
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-04-27 Jeff Law <law@redhat.com>
* tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
2016-04-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.

View File

@ -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,