aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/llvm16/tools/polly/lib/External/isl/isl_local_private.h
blob: bb44d36b83a326665c4f325b0288e3be5d08c0ec (plain) (blame)
1
2
3
4
5
6
7
8
#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