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]

Re: [tree-ssa] Modified iterator code.


On Wed, 05 Feb 2003, Andrew Macleod wrote:

> 2002-02-05  Andrew MacLeod  <amacleod@redhat.com>
  ^^^^^^^^^^ 
> 	* Makefile.in : Include new file tree-iterator.h in tree-simple.h
> 	* gimplify.c (simplify_cleanup_point_expr): Use tsi_ rather than gsi_.
> 	* tree-cfg.c (make_blocks, remove_bb): Use tsi_ not gsi_ routines.
> 	(bsi_remove): Renamed from gsi_remove, use bsi_ routines.
> [ ... ]
> 
Thanks!  Only one modification before you commit it.  You refer
to tree_stmt_iterator but the patch uses tsi_stmt_iterator
instead.

Oh, and the year changes after Dec 31st ;)

Diego.


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