2013-01-14 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Jan 2013 13:06:47 +0000 (13:06 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Jan 2013 13:06:47 +0000 (13:06 +0000)
commit11db727dcfc4c3bbe420bd9629e7b711ce0f4ef5
tree08cce6557bd5a1afa5a7349478aa1958b6201cf3
parent1e6735ea2fe30818f71c6965591409631bc8dc74
2013-01-14  Richard Biener  <rguenther@suse.de>

* tree-cfgcleanup.c (remove_forwarder_block): Unshare propagated
PHI argument.
* graphite-sese-to-poly.c (insert_out_of_ssa_copy): Properly
unshare reference.
(insert_out_of_ssa_copy_on_edge): Likewise.
(rewrite_close_phi_out_of_ssa): Likewise.
* tree-ssa.c (insert_debug_temp_for_var_def): Properly unshare
debug expressions.
* tree-ssa-pre.c (insert_into_preds_of_block): Properly unshare
propagated constants.
* tree-cfg.c (tree_node_can_be_shared): Handled component-refs
can not be shared.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195144 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/graphite-sese-to-poly.c
gcc/tree-cfg.c
gcc/tree-cfgcleanup.c
gcc/tree-ssa-pre.c
gcc/tree-ssa.c