X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_constraint_private.h;h=83143254cc09f1fc9b2f910c6c3cad868437eaed;hb=a703344ebbe564f91f0c1d4709e3ae396a3a2ceb;hp=8fab9d403d2cea883468b20fe3a6579d4ffd8cf1;hpb=745818542c266ae7c72c4053520e1c4bb5bd4a17;p=platform%2Fupstream%2Fisl.git diff --git a/isl_constraint_private.h b/isl_constraint_private.h index 8fab9d4..8314325 100644 --- a/isl_constraint_private.h +++ b/isl_constraint_private.h @@ -1,14 +1,15 @@ #ifndef ISL_CONSTRAINT_PRIVATE_H #define ISL_CONSTRAINT_PRIVATE_H +#include #include struct isl_constraint { int ref; - struct isl_ctx *ctx; - struct isl_basic_map *bmap; - isl_int **line; + int eq; + isl_local_space *ls; + isl_vec *v; }; struct isl_constraint *isl_basic_set_constraint(struct isl_basic_set *bset,