isl_access_info: change interface for specifying restrictions
[isl.git] / isl_union_map_private.h
blobc0266c0af61e235e3406cc39d0f0a7146edaa65c
1 #define isl_union_set isl_union_map
2 #include <isl/union_map.h>
4 struct isl_union_map {
5 int ref;
6 isl_space *dim;
8 struct isl_hash_table table;
9 };