blob: e4576d9eb98fc3e8ec732fe7c12295aedf122151 [file] [log] [blame]
#ifndef CLOOG_ISL_BACKEND_H
#define CLOOG_ISL_BACKEND_H
#include <isl/constraint.h>
struct cloogbackend {
struct isl_ctx *ctx;
unsigned ctx_allocated : 1;
};
#endif /* define _H */