link against isl libraries first
[pet.git] / tree2scop.h
blobd742b143f2694c07b8dc5f8a46199ad09ca09dcb
1 #ifndef PET_TREE2SCOP_H
2 #define PET_TREE2SCOP_H
4 #include "tree.h"
6 #if defined(__cplusplus)
7 extern "C" {
8 #endif
10 struct pet_scop *pet_scop_from_pet_tree(__isl_take pet_tree *tree, int int_size,
11 struct pet_array *(*extract_array)(__isl_keep pet_expr *iterator,
12 __isl_keep pet_context *pc, void *user), void *user,
13 __isl_keep pet_context *pc);
15 #if defined(__cplusplus)
17 #endif
19 #endif