]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
authorJeff Law <law@redhat.com>
Wed, 27 Apr 2016 20:52:15 +0000 (14:52 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 27 Apr 2016 20:52:15 +0000 (14:52 -0600)
From-SVN: r235535

gcc/ChangeLog
gcc/tree-ssa-dom.c

index 029a40219c8a7d7ee5e8708143d5e1e98dfd984b..8cbae41ea040e50108b8a84b4fc6a013d4e21faf 100644 (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.
index 9aaa3724ab91832a95927a1df67677b4a2d54c5c..8bf5b3c9ffed19d19850c31482a9c38f1fd6f0f8 100644 (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,