brintos

brintos / llvm-project-archived public Read only

0
0
Text · 154 B · 460a89e Raw
11 lines · c
1#ifndef ISL_MAYBE_MAP_H2#define ISL_MAYBE_MAP_H3 4#include <isl/map_type.h>5 6#define ISL_TYPE	isl_map7#include <isl/maybe_templ.h>8#undef ISL_TYPE9 10#endif11