blob: bb44d36b83a326665c4f325b0288e3be5d08c0ec [file] [log] [blame]
#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