bolt/deps/llvm-18.1.8/polly/lib/External/isl/isl_local_private.h
2025-02-14 19:21:04 +01:00

8 lines
162 B
C

#ifndef ISL_LOCAL_PRIVATE_H
#define ISL_LOCAL_PRIVATE_H
#include <isl_local.h>
__isl_give isl_local *isl_local_alloc_from_mat(__isl_take isl_mat *mat);
#endif