buildtools/gcc/isl/isl_multi_bind_domain_templ.c
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

15 lines
305 B
C

/*
* Copyright 2018 Cerebras Systems
*
* Use of this software is governed by the MIT license
*
* Written by Sven Verdoolaege,
* Cerebras Systems, 175 S San Antonio Rd, Los Altos, CA, USA
*/
#include <isl_multi_macro.h>
#undef TYPE
#define TYPE MULTI(BASE)
#include <isl_bind_domain_templ.c>