X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_bound.h;h=1a9d390eab97427d6dfcc964b4f69e40bff76736;hb=de51a9bc4da5dd3f1f9f57c2362da6f9752c44e0;hp=5ec8bc9469057d5e6a65b665b0ca6d6053b520c7;hpb=f3c292bf31fbb13ce50a8877ee71910897276a24;p=platform%2Fupstream%2Fisl.git diff --git a/isl_bound.h b/isl_bound.h index 5ec8bc9..1a9d390 100644 --- a/isl_bound.h +++ b/isl_bound.h @@ -6,7 +6,9 @@ struct isl_bound { /* input */ int check_tight; + int wrapping; enum isl_fold type; + isl_space *dim; isl_basic_set *bset; isl_qpolynomial_fold *fold;