]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-into-ssa.c (rewrite_stmt): Remove clobbers for variables we rewrite into SSA...
authorRichard Guenther <rguenther@suse.de>
Tue, 7 Aug 2012 12:11:43 +0000 (12:11 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 7 Aug 2012 12:11:43 +0000 (12:11 +0000)
commit5f33a4fc3ebcee4a661ed760d037ecfdbb00cfc5
tree02e3ec579b10a719a3d7f4d2ad5c2cdc6cc883c1
parentdcc748dd77c692eb3ef01043a8fed55c796f6f0e
tree-into-ssa.c (rewrite_stmt): Remove clobbers for variables we rewrite into SSA form.

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.

From-SVN: r190200
gcc/ChangeLog
gcc/gimple-iterator.c
gcc/tree-cfg.c
gcc/tree-into-ssa.c
gcc/tree-nested.c
gcc/tree-ssa-live.c