[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git] / polly / lib / External / isl / isl_local_private.h
blobbb44d36b83a326665c4f325b0288e3be5d08c0ec
1 #ifndef ISL_LOCAL_PRIVATE_H
2 #define ISL_LOCAL_PRIVATE_H
4 #include <isl_local.h>
6 __isl_give isl_local *isl_local_alloc_from_mat(__isl_take isl_mat *mat);
8 #endif