aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/llvm16/tools/polly/lib/External/isl/isl_maybe_map.h
blob: 460a89e8a8bfa2a1eaf18194085a867792e8e197 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef ISL_MAYBE_MAP_H
#define ISL_MAYBE_MAP_H

#include <isl/map_type.h>

#define ISL_TYPE	isl_map
#include <isl/maybe_templ.h>
#undef ISL_TYPE

#endif