buildtools/gcc/isl/isl_maybe_ast_graft_list.h
Fredrik Holmqvist c8db99d323 Redo Update to ISL 0.22.1
GCC had a horrible .gitignore, untracked files were not applied
2020-07-22 10:07:48 +02:00

11 lines
196 B
C

#ifndef ISL_MAYBE_AST_GRAFT_LIST_H
#define ISL_MAYBE_AST_GRAFT_LIST_H
#include "isl_ast_graft_private.h"
#define ISL_TYPE isl_ast_graft_list
#include <isl/maybe_templ.h>
#undef ISL_TYPE
#endif