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