isl_basic_set_full_compression: detect equalities in input first
[platform/upstream/isl.git] / isl_union_map_private.h
index 2abd4ff..c0266c0 100644 (file)
@@ -3,7 +3,7 @@
 
 struct isl_union_map {
        int ref;
-       isl_dim *dim;
+       isl_space *dim;
 
        struct isl_hash_table   table;
 };