X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_bound.h;h=1a9d390eab97427d6dfcc964b4f69e40bff76736;hb=e07ba8f410f6f34714fbaf0f767486412046f046;hp=b3a40db396e9c0333f38be848e0564ac16874a8d;hpb=a828520ba5195364af49c0f36862d726b02e3c3c;p=platform%2Fupstream%2Fisl.git diff --git a/isl_bound.h b/isl_bound.h index b3a40db..1a9d390 100644 --- a/isl_bound.h +++ b/isl_bound.h @@ -8,7 +8,7 @@ struct isl_bound { int check_tight; int wrapping; enum isl_fold type; - isl_dim *dim; + isl_space *dim; isl_basic_set *bset; isl_qpolynomial_fold *fold;