summaryrefslogtreecommitdiff
path: root/isl_union_map_private.h
blob: 7a502e7bdd5ec981051addd92aa86f54a1ad5841 (plain)
1
2
3
4
5
6
7
8
9
10
#define isl_union_set	isl_union_map
#include <isl/union_map.h>
#include <isl/union_set.h>

struct isl_union_map {
	int ref;
	isl_space *dim;

	struct isl_hash_table	table;
};