From a9c2ba8f5855d98a36a07a991c30b86ba281c06c Mon Sep 17 00:00:00 2001 From: Andreas Simbuerger Date: Wed, 11 Aug 2010 20:26:46 +0000 Subject: Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Removing unused function check_poly_representation. 2010-07-05 Andreas Simbuerger * 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 --- gcc/graphite-interchange.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/graphite-interchange.c') diff --git a/gcc/graphite-interchange.c b/gcc/graphite-interchange.c index de3bf251ced..2392ce8dcf6 100644 --- a/gcc/graphite-interchange.c +++ b/gcc/graphite-interchange.c @@ -46,7 +46,6 @@ along with GCC; see the file COPYING3. If not see #include "params.h" #ifdef HAVE_cloog -#include "cloog/cloog.h" #include "ppl_c.h" #include "sese.h" #include "graphite-ppl.h" -- cgit v1.2.1