X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_schedule_private.h;h=58310718f6c409db511adc05d444a422ee87c9af;hb=7c513a3bc2033ec87934c7287262ba0ec65c9adb;hp=cbf1f9cc10c54ceddc5855433103d7597036855d;hpb=dbb61f82cfb84f18d8df5d2aa114fd114d559d39;p=platform%2Fupstream%2Fisl.git diff --git a/isl_schedule_private.h b/isl_schedule_private.h index cbf1f9c..5831071 100644 --- a/isl_schedule_private.h +++ b/isl_schedule_private.h @@ -1,6 +1,7 @@ #ifndef ISL_SCHEDLUE_PRIVATE_H #define ISL_SCHEDLUE_PRIVATE_H +#include #include /* The schedule for an individual domain, plus information about the bands @@ -13,7 +14,7 @@ * to the proximity edges. */ struct isl_schedule_node { - isl_map *sched; + isl_multi_aff *sched; int n_band; int *band_end; int *band_id;