r190200 - in /trunk/gcc: ChangeLog gimple-itera...

rguenth@gcc.gnu.org rguenth@gcc.gnu.org
Tue Aug 7 12:11:00 GMT 2012


Author: rguenth
Date: Tue Aug  7 12:11:43 2012
New Revision: 190200

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190200
Log:
2012-08-07  Richard Guenther  <rguenther@suse.de>

	* tree-into-ssa.c (rewrite_stmt): Remove clobbers for variables
	we rewrite into SSA form.
	(rewrite_enter_block): Adjust.
	* gimple-iterator.c (gsi_replace): Also allow replacement with
	a stmt without a lhs.
	* tree-ssa-live.c (remove_unused_locals): Remove code handling
	clobbers of SSA names.
	* tree-nested.c (convert_local_reference_stmt): Remove clobbers
	for variables we access through the local chain.
	* tree-cfg.c (verify_gimple_assign_single): Verify clobbers
	clobber full decls only.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple-iterator.c
    trunk/gcc/tree-cfg.c
    trunk/gcc/tree-into-ssa.c
    trunk/gcc/tree-nested.c
    trunk/gcc/tree-ssa-live.c



More information about the Gcc-cvs mailing list