summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/isl_map_list.c
blob: 5e9305f6441b805865946fb073985128fb18ddd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#include <isl/map.h>
#include <isl/union_map.h>

#undef EL
#define EL isl_basic_map

#include <isl_list_templ.h>

#undef BASE
#define BASE basic_map

#include <isl_list_templ.c>

#undef EL
#define EL isl_map

#include <isl_list_templ.h>

#undef BASE
#define BASE map

#include <isl_list_templ.c>

#undef EL
#define EL isl_union_map

#include <isl_list_templ.h>

#undef BASE
#define BASE union_map

#include <isl_list_templ.c>
OpenPOWER on IntegriCloud