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 114e4e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions gcc/graphite-isl-ast-to-gimple.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"

#ifdef HAVE_isl
#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
1 change: 1 addition & 0 deletions gcc/graphite-optimize-isl.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ along with GCC; see the file COPYING3. If not see
#include <isl/band.h>
#include <isl/aff.h>
#include <isl/options.h>
#include <isl/union_set.h>
#endif

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

#ifdef HAVE_isl
#include <isl/constraint.h>
#include <isl/set.h>
#include <isl/map.h>
#endif

typedef struct poly_dr *poly_dr_p;

typedef struct poly_bb *poly_bb_p;
Expand Down

0 comments on commit 114e4e9

Please sign in to comment.