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.jeff tree-ssa-forwprop.c tre ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	simplify-dom-branch
Changes by:	law@gcc.gnu.org	2005-10-19 19:54:26

Modified files:
	gcc            : ChangeLog.jeff tree-ssa-forwprop.c 
	                 tree-ssa-dom.c 

Log message:
	* tree-ssa-dom.c (simplifY_switch_and_lookup_avail_expr):  Code
	to simplify SWITCH_EXPR_COND moved from here to ...
	* tree-ssa-forwprop.c (simplify_switch_expr): Here.
	(tree_ssa_forward_propagate_single_use_vars): Call
	simplify_switch_expr when appropriate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.jeff.diff?cvsroot=gcc&only_with_tag=simplify-dom-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-forwprop.c.diff?cvsroot=gcc&only_with_tag=simplify-dom-branch&r1=2.23.12.1&r2=2.23.12.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-dom.c.diff?cvsroot=gcc&only_with_tag=simplify-dom-branch&r1=2.130.2.1&r2=2.130.2.2


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