This is the mail archive of the gcc-cvs@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]

gcc/gcc ChangeLog.tree-ssa tree-cfg.c tree-flo ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	tree-ssa-20020619-branch
Changes by:	steven@gcc.gnu.org	2003-07-23 18:41:30

Modified files:
	gcc            : ChangeLog.tree-ssa tree-cfg.c 
	                 tree-flow-inline.h tree-ssa.c 

Log message:
	* tree-flow-inline.h (remove_dom_child): New function.
	(clear_dom_children): New function.
	* tree-cfg.c (bsi_insert_on_edge_immediate)): Do not clear
	the annotation for the new bb, it is already memset to zero
	in alloc_aux_for_block().
	(move_outgoing_edges): Use dom_children() instead of looking
	at the dom_children field in the basic block annotation.
	* tree-ssa.c (rewrite_into_ssa): Use clear_dom_children().
	
	* tree-cfg.c (dump_tree_cfg): Dump to `file', not `dump_file'.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.tree-ssa.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.514&r2=1.1.2.515
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-cfg.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.4.133&r2=1.1.4.134
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-flow-inline.h.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.43&r2=1.1.2.44
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.4.108&r2=1.1.4.109


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