diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-08-11 20:25:02 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-08-11 20:25:02 +0000 |
commit | bf8b569956933cb62174389bf3cb9d438ba94d3d (patch) | |
tree | 3b762031e9169f12685ecd55d4013d33a2bf17b5 /gcc/graphite-sese-to-poly.h | |
parent | e819c864dc9bde5d893b5726f8412d2fb6ad59c4 (diff) | |
download | gcc-bf8b569956933cb62174389bf3cb9d438ba94d3d.tar.gz |
Split rewrite_cross_bb_scalar_deps_out_of_ssa out from rewrite_reductions_out_of_ssa.
2010-06-23 Sebastian Pop <sebastian.pop@amd.com>
* graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps_out_of_ssa):
Split out of rewrite_reductions_out_of_ssa.
* graphite-sese-to-poly.h (rewrite_cross_bb_scalar_deps_out_of_ssa):
Declared.
* graphite.c (graphite_transform_loops): Call it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163122 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/graphite-sese-to-poly.h')
-rw-r--r-- | gcc/graphite-sese-to-poly.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/graphite-sese-to-poly.h b/gcc/graphite-sese-to-poly.h index 2e0cc0814ad..558a2831af9 100644 --- a/gcc/graphite-sese-to-poly.h +++ b/gcc/graphite-sese-to-poly.h @@ -32,6 +32,7 @@ void build_poly_scop (scop_p); void check_poly_representation (scop_p); void rewrite_commutative_reductions_out_of_ssa (sese, sbitmap); void rewrite_reductions_out_of_ssa (scop_p); +void rewrite_cross_bb_scalar_deps_out_of_ssa (scop_p); void build_scop_bbs (scop_p, sbitmap); #endif |