Commit 00b847e3 by Diego Novillo Committed by Diego Novillo

tree-iterator.h (TSI_NEW_STMT, [...]): Fix comments.


	* tree-iterator.h (TSI_NEW_STMT, TSI_SAME_STMT): Fix
	comments.

From-SVN: r101605
parent c6f3fbf1
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> 2005-07-04 Daniel Berlin <dberlin@dberlin.org>
Fix PR tree-optimization/22279 Fix PR tree-optimization/22279
......
...@@ -95,9 +95,9 @@ tsi_stmt (tree_stmt_iterator i) ...@@ -95,9 +95,9 @@ tsi_stmt (tree_stmt_iterator i)
enum tsi_iterator_update enum tsi_iterator_update
{ {
TSI_NEW_STMT, /* Leave the iterator at the same statement. */ TSI_NEW_STMT, /* Only valid when single statement is added, move
TSI_SAME_STMT, /* Only valid when single statement is added, move
iterator to it. */ 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 TSI_CHAIN_START, /* Only valid when chain of statements is added, move
iterator to the first statement in the chain. */ iterator to the first statement in the chain. */
TSI_CHAIN_END, /* Only valid when chain of statements is added, move TSI_CHAIN_END, /* Only valid when chain of statements is added, move
......
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