isl_basic_set_opt: avoid invalid access on error path
[platform/upstream/isl.git] / isl_bound.h
index 5ec8bc9..1a9d390 100644 (file)
@@ -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;