repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'maint'
[isl.git]
/
isl_maybe_map.h
blob
460a89e8a8bfa2a1eaf18194085a867792e8e197
1
#ifndef ISL_MAYBE_MAP_H
2
#define ISL_MAYBE_MAP_H
3
4
#include <isl/map_type.h>
5
6
#define ISL_TYPE isl_map
7
#include <isl/maybe_templ.h>
8
#undef ISL_TYPE
9
10
#endif