diff options
author | Sebastian Pop <s.pop@samsung.com> | 2015-12-17 17:52:17 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2015-12-17 17:52:17 +0000 |
commit | 616e2b4a9a5ca9f362f80c4a95a84353e342abe7 (patch) | |
tree | 5d8d145dee710714e5c621010c932916198d5353 /gcc/graphite-dependences.c | |
parent | 998f15f3b6a3ec8963e5c9864480d5c990099bc8 (diff) | |
download | gcc-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-dependences.c')
-rw-r--r-- | gcc/graphite-dependences.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/graphite-dependences.c b/gcc/graphite-dependences.c index 407a11e..46869d7 100644 --- a/gcc/graphite-dependences.c +++ b/gcc/graphite-dependences.c @@ -37,17 +37,8 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "cfgloop.h" #include "tree-data-ref.h" - -#include <isl/constraint.h> -#include <isl/set.h> -#include <isl/map.h> -#include <isl/union_map.h> -#include <isl/flow.h> -#include <isl/constraint.h> - #include "graphite.h" - /* Add the constraints from the set S to the domain of MAP. */ static isl_map * |