aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-07-21 18:33:35 +0000
committerJeff Law <law@gcc.gnu.org>2015-07-21 12:33:35 -0600
commit324000329be228765b56c2b11d24256a8a30000e (patch)
tree69f623cd993a4e5de320d692854414be761b6997 /gcc/graphite.c
parent1f82f1245db9096c1fe53acc763fdfacdba2a440 (diff)
downloadgcc-324000329be228765b56c2b11d24256a8a30000e.zip
gcc-324000329be228765b56c2b11d24256a8a30000e.tar.gz
gcc-324000329be228765b56c2b11d24256a8a30000e.tar.bz2
configure.ac: Add check for new options in isl-0.15.
* configure.ac: Add check for new options in isl-0.15. * config.in, configure: Rebuilt. * graphite-blocking.c: Include <isl/constraint.h> * graphite-interchange.c, graphite-poly.c: Likewise. * graphhite-scop-detection.c, graphite-sese-to-poly.c: Likewise. * graphite.c: Likewise. * graphite-isl-ast-to-gimple.c: Include <isl/constraint.h> and <isl/union_set.h>. * graphite-dependences.c: Include <isl/constraint.h>. (max_number_of_out_dimensions): Returns isl_stat. (extend_schedule_1): Likewise (extend_schedule): Corresponding changes. * graphite-optimize-isl.c: Include <isl/constraint.h> and <isl/union_set.h>. (getSingleMap): Change return type of isl_stat. (optimize_isl): Conditionally use isl_options_set_schedule_serialize_sccs. * graphite-poly.h (isl_stat, isl_stat_ok): Define fallbacks if not HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS. Co-Authored-By: Bernhard Reutner-Fischer <aldot@gcc.gnu.org> From-SVN: r226050
Diffstat (limited to 'gcc/graphite.c')
-rw-r--r--gcc/graphite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/graphite.c b/gcc/graphite.c
index 6417da2..9b9ab88 100644
--- a/gcc/graphite.c
+++ b/gcc/graphite.c
@@ -38,6 +38,7 @@ along with GCC; see the file COPYING3. If not see
/* Workaround for GMP 5.1.3 bug, see PR56019. */
#include <stddef.h>
+#include <isl/constraint.h>
#include <isl/set.h>
#include <isl/map.h>
#include <isl/options.h>