move isl_ctx from CloogOptions to CloogState
[cloog/uuh.git] / include / cloog / isl / backend.h
blobfe26fa086b4b7d9900f42253d141fa8fff31bebb
1 #ifndef CLOOG_ISL_BACKEND_H
2 #define CLOOG_ISL_BACKEND_H
4 #include <isl_constraint.h>
6 struct cloogbackend {
7 struct isl_ctx *ctx;
8 unsigned ctx_allocated : 1;
9 };
11 #endif /* define _H */