Remove insert_copyout and insert_copyin.
commita7d862f9aa2e82625f0f580529999aa489ccf920
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Jun 2010 07:40:05 +0000 (12 07:40 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Jun 2010 07:40:05 +0000 (12 07:40 +0000)
tree05972e0157825c21522db3104b6070f0359c92ce
parent25ce42fd9b700d19696e09f2a861098f83454abc
Remove insert_copyout and insert_copyin.

2010-06-12  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-sese-to-poly.c (insert_out_of_ssa_copy): Pass an extra
argument for the place after which to insert the out of SSA copy.
(rewrite_close_phi_out_of_ssa): Update calls to insert_out_of_ssa_copy.
(rewrite_phi_out_of_ssa): Same.
(rewrite_cross_bb_scalar_deps): Same.
(insert_copyout): Removed.
(insert_copyin): Removed.
(translate_scalar_reduction_to_array): Call insert_out_of_ssa_copy and
insert_out_of_ssa_copy_on_edge instead of insert_copyout and
insert_copyin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@160652 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog.graphite
gcc/graphite-sese-to-poly.c