buildtools/gcc/isl/isl_map_list.c
Fredrik Holmqvist 9897128cb9 Update to ISL 0.22.1
Change-Id: I9d707083f0a9e71d3bcc02b3265bfb233bdbe46c
Reviewed-on: https://review.haiku-os.org/c/buildtools/+/3019
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
2020-07-17 10:33:26 +00:00

33 lines
444 B
C

#include <isl/map.h>
#include <isl/union_map.h>
#undef EL
#define EL isl_basic_map
#include <isl_list_templ.h>
#undef EL_BASE
#define EL_BASE basic_map
#include <isl_list_templ.c>
#undef EL
#define EL isl_map
#include <isl_list_templ.h>
#undef EL_BASE
#define EL_BASE map
#include <isl_list_templ.c>
#undef EL
#define EL isl_union_map
#include <isl_list_templ.h>
#undef EL_BASE
#define EL_BASE union_map
#include <isl_list_templ.c>