X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_bound.h;h=1a9d390eab97427d6dfcc964b4f69e40bff76736;hb=d07eed3bf4d0e290118588ca80997a8035eaeb21;hp=b3a40db396e9c0333f38be848e0564ac16874a8d;hpb=88e08a163e4032c1a673ac770223fd98f2cd05da;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;