This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[tree-ssa, obvious] Fix comment in tree-iterator.h


	* tree-iterator.h (tsi_iterator_update): Fix comment for TSI_NEW_STMT
	and TSI_SAME_STMT.

Index: tree-iterator.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Attic/tree-iterator.h,v
retrieving revision 1.1.2.11
diff -c -3 -p -r1.1.2.11 tree-iterator.h
*** tree-iterator.h     19 Jan 2004 23:13:38 -0000      1.1.2.11
--- tree-iterator.h     18 Feb 2004 21:19:08 -0000
*************** tsi_stmt (tree_stmt_iterator i)
*** 95,102 ****

  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
  			   iterator to it.  */
    TSI_CHAIN_START,	/* Only valid when chain of statements is added, move
  			   iterator to the first statement in the chain.  */
--- 95,102 ----

  enum tsi_iterator_update
  {
!   TSI_SAME_STMT,		/* Leave the iterator at the same statement.  */
!   TSI_NEW_STMT,	/* Only valid when single statement is added, move
  			   iterator to it.  */
    TSI_CHAIN_START,	/* Only valid when chain of statements is added, move
  			   iterator to the first statement in the chain.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]