Merge branch 'maint'
[isl.git] / isl_pw_insert_domain_templ.c
blobbd02d2682cbf64044eb374317f48a1c9a28f418f
1 /*
2 * Copyright 2019 Cerebras Systems
4 * Use of this software is governed by the MIT license
6 * Written by Sven Verdoolaege,
7 * Cerebras Systems, 175 S San Antonio Rd, Los Altos, CA, USA
8 */
10 #include <isl_pw_macro.h>
12 #undef TYPE
13 #define TYPE PW
14 #include <isl_insert_domain_templ.c>