link against isl libraries first
[pet.git] / isl_id_to_pet_expr.h
blob0645d4659da1102d54d80826d4e9901a6aeed409
1 #ifndef ISL_ID_TO_PET_EXPR_H
2 #define ISL_ID_TO_PET_EXPR_H
4 #include <isl/id.h>
5 #include "expr.h"
6 #include "maybe_pet_expr.h"
8 #define ISL_KEY isl_id
9 #define ISL_VAL pet_expr
10 #define ISL_HMAP_SUFFIX isl_id_to_pet_expr
11 #define ISL_HMAP isl_id_to_pet_expr
12 #include <isl/hmap.h>
13 #undef ISL_KEY
14 #undef ISL_VAL
15 #undef ISL_HMAP_SUFFIX
16 #undef ISL_HMAP
18 #endif