Skip to content

Commit

Permalink
Graphite: Add missing isl headers
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Beeler <pbeeler80@gmail.com>
  • Loading branch information
pbeeler committed May 12, 2015
1 parent e164d8e commit 635b86c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions gcc/graphite-interchange.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ along with GCC; see the file COPYING3. If not see
#include <isl/union_map.h>
#include <isl/ilp.h>
#include <isl/val.h>
#include <isl/constraint.h>

/* Since ISL-0.13, the extern is in val_gmp.h. */
#if !defined(HAVE_ISL_SCHED_CONSTRAINTS_COMPUTE_SCHEDULE) && defined(__cplusplus)
Expand Down
1 change: 1 addition & 0 deletions gcc/graphite-isl-ast-to-gimple.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ along with GCC; see the file COPYING3. If not see
#include <isl/set.h>
#include <isl/map.h>
#include <isl/union_map.h>
#include <isl/union_set.h>
#include <isl/ast_build.h>

/* Since ISL-0.13, the extern is in val_gmp.h. */
Expand Down
2 changes: 2 additions & 0 deletions gcc/graphite-optimize-isl.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ along with GCC; see the file COPYING3. If not see
#include <isl/band.h>
#include <isl/aff.h>
#include <isl/options.h>
#include <isl/constraint.h>
#include <isl/union_set.h>
#endif

#include "system.h"
Expand Down
4 changes: 4 additions & 0 deletions gcc/graphite-poly.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ along with GCC; see the file COPYING3. If not see
#ifndef GCC_GRAPHITE_POLY_H
#define GCC_GRAPHITE_POLY_H

#include <isl/constraint.h>
#include <isl/set.h>
#include <isl/map.h>

typedef struct poly_dr *poly_dr_p;

typedef struct poly_bb *poly_bb_p;
Expand Down
1 change: 1 addition & 0 deletions gcc/graphite-scop-detection.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ along with GCC; see the file COPYING3. If not see
#include <isl/set.h>
#include <isl/map.h>
#include <isl/union_map.h>
#include <isl/constraint.h>
#endif

#include "system.h"
Expand Down

0 comments on commit 635b86c

Please sign in to comment.