]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tree-iterator.h (TSI_NEW_STMT, [...]): Fix comments.
authorDiego Novillo <dnovillo@redhat.com>
Mon, 4 Jul 2005 18:34:14 +0000 (18:34 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Mon, 4 Jul 2005 18:34:14 +0000 (14:34 -0400)
* tree-iterator.h (TSI_NEW_STMT, TSI_SAME_STMT): Fix
comments.

From-SVN: r101605

gcc/ChangeLog
gcc/tree-iterator.h

index 0bbe692aa8ee02edd517e8ed435f0d25a3770462..c976ab2992c4ec6afeb61e039fc1c52e21ab8e02 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-04  Diego Novillo  <dnovillo@redhat.com>
+
+       * tree-iterator.h (TSI_NEW_STMT, TSI_SAME_STMT): Fix
+       comments.
+
 2005-07-04  Daniel Berlin  <dberlin@dberlin.org>
 
        Fix PR tree-optimization/22279
index 5f14edc6e73bff09a72a567f6d32a6e022a685ac..930e443d8caff2920fe45312cddf3c05b573d207 100644 (file)
@@ -95,9 +95,9 @@ tsi_stmt (tree_stmt_iterator i)
 
 enum tsi_iterator_update
 {
-  TSI_NEW_STMT,                /* Leave the iterator at the same statement.  */
-  TSI_SAME_STMT,       /* Only valid when single statement is added, move
+  TSI_NEW_STMT,                /* Only valid when single statement is added, move
                           iterator to it.  */
+  TSI_SAME_STMT,       /* Leave the iterator at the same statement.  */
   TSI_CHAIN_START,     /* Only valid when chain of statements is added, move
                           iterator to the first statement in the chain.  */
   TSI_CHAIN_END,       /* Only valid when chain of statements is added, move