summaryrefslogtreecommitdiff
path: root/cloog-0.16.3/isl/isl_union_map_private.h
blob: 2abd4ff9b9793b64f5a987936a0ea089aad3419f (plain)
1
2
3
4
5
6
7
8
9
#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;
};