Commit 565f4070 by Jeff Law Committed by Jeff Law

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

From-SVN: r235535
parent 6bc2bb18
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.
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment