aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-sese-to-poly.h
diff options
context:
space:
mode:
authorAndreas Simbuerger <simbuerg@fim.uni-passau.de>2010-08-11 20:26:46 +0000
committerSebastian Pop <spop@gcc.gnu.org>2010-08-11 20:26:46 +0000
commita9c2ba8f5855d98a36a07a991c30b86ba281c06c (patch)
treee71eb73cc1f676d6aac092526950e1c79cee9038 /gcc/graphite-sese-to-poly.h
parent0647324a1c997f68c164be5c25f151dc3e8f0df0 (diff)
downloadgcc-a9c2ba8f5855d98a36a07a991c30b86ba281c06c.zip
gcc-a9c2ba8f5855d98a36a07a991c30b86ba281c06c.tar.gz
gcc-a9c2ba8f5855d98a36a07a991c30b86ba281c06c.tar.bz2
Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Removing unused function check_poly_representation.
2010-07-05 Andreas Simbuerger <simbuerg@fim.uni-passau.de> * graphite-cloog-util.h: Added cloog.h. * graphite-blocking.c: Removed cloog.h. * graphite-dependences.c: Same. * graphite-interchange.c: Same. * graphite-poly.c: Same. * graphite-ppl.c: Same. * graphite-scop-detection.c: Same. * graphite-sese-to-poly.c: Removed cloog.h. Removed graphite-clast-to-gimple.h. (check_poly_representation): Removed (unused). * graphite-sese-to-poly.h (check_poly_representation): Removed (unused). From-SVN: r163135
Diffstat (limited to 'gcc/graphite-sese-to-poly.h')
-rw-r--r--gcc/graphite-sese-to-poly.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/graphite-sese-to-poly.h b/gcc/graphite-sese-to-poly.h
index 558a283..b0053d0 100644
--- a/gcc/graphite-sese-to-poly.h
+++ b/gcc/graphite-sese-to-poly.h
@@ -29,7 +29,6 @@ struct base_alias_pair
};
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);