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] Remove stmt annotations properly


On Fri, 2003-11-28 at 07:10, Jan Hubicka wrote:

> 2003-11-28  Jan Hubicka  <jh@suse.cz>
> 	*  tree-ssa.c (remove_annotations_r): Kill.
> 	(delete_tree_ssa): Remove annotations using staement walk;
>
s/staement/statement/


> !   FOR_EACH_BB (bb)
> !     for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi))
> !       bsi_stmt (bsi)->common.ann = NULL;
>
Don't remove the comment. 
/* Remove annotations from every statement.  */


OK with those changes.


Diego.


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