diff options
Diffstat (limited to 'gcc/graphite.h')
-rw-r--r-- | gcc/graphite.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/graphite.h b/gcc/graphite.h index ba91dfa..929c399 100644 --- a/gcc/graphite.h +++ b/gcc/graphite.h @@ -23,6 +23,7 @@ along with GCC; see the file COPYING3. If not see #define GCC_GRAPHITE_POLY_H #include "sese.h" +#include <isl/schedule.h> #ifndef HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS /* isl 0.14. */ @@ -411,6 +412,9 @@ struct scop /* The context used internally by ISL. */ isl_ctx *isl_context; + /* SCoP final schedule. */ + isl_schedule *schedule; + /* The data dependence relation among the data references in this scop. */ isl_union_map *dependence; }; |