aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite.c
diff options
context:
space:
mode:
authorSebastian Pop <s.pop@samsung.com>2015-12-17 17:52:17 +0000
committerSebastian Pop <spop@gcc.gnu.org>2015-12-17 17:52:17 +0000
commit616e2b4a9a5ca9f362f80c4a95a84353e342abe7 (patch)
tree5d8d145dee710714e5c621010c932916198d5353 /gcc/graphite.c
parent998f15f3b6a3ec8963e5c9864480d5c990099bc8 (diff)
downloadgcc-616e2b4a9a5ca9f362f80c4a95a84353e342abe7.zip
gcc-616e2b4a9a5ca9f362f80c4a95a84353e342abe7.tar.gz
gcc-616e2b4a9a5ca9f362f80c4a95a84353e342abe7.tar.bz2
move all isl include files to graphite.h
* graphite-dependences.c: Move all isl include files to... * graphite-isl-ast-to-gimple.c: Same. * graphite-optimize-isl.c: Same. * graphite-poly.c: Same. * graphite-scop-detection.c: Same. * graphite.c: Same. * graphite.h: ... here. From-SVN: r231783
Diffstat (limited to 'gcc/graphite.c')
-rw-r--r--gcc/graphite.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/graphite.c b/gcc/graphite.c
index 83aa88b..1bb47e2 100644
--- a/gcc/graphite.c
+++ b/gcc/graphite.c
@@ -52,13 +52,6 @@ along with GCC; see the file COPYING3. If not see
#include "dbgcnt.h"
#include "tree-parloops.h"
#include "tree-cfgcleanup.h"
-
-#include <isl/constraint.h>
-#include <isl/set.h>
-#include <isl/map.h>
-#include <isl/options.h>
-#include <isl/union_map.h>
-
#include "graphite.h"
/* Print global statistics to FILE. */