pn: allow specification of isl options
[ppn.git] / build.h
blobe7a31c9c4ded7444814c0d8f1a2da1bd30288b64
1 #ifndef BUILD_H
2 #define BUILD_H
4 #define matrix poly_matrix
5 #include <cloog/cloog.h>
6 #undef matrix
8 void build(tree_proc *tp, CloogInput *cloog_input, CloogOptions *options);
10 #endif