blob: 2abd4ff9b9793b64f5a987936a0ea089aad3419f [file] [log] [blame]
#define isl_union_set isl_union_map
#include <isl/union_map.h>
struct isl_union_map {
int ref;
isl_dim *dim;
struct isl_hash_table table;
};