brintos

brintos / llvm-project-archived public Read only

0
0
Text · 162 B · bb44d36 Raw
9 lines · c
1#ifndef ISL_LOCAL_PRIVATE_H2#define ISL_LOCAL_PRIVATE_H3 4#include <isl_local.h>5 6__isl_give isl_local *isl_local_alloc_from_mat(__isl_take isl_mat *mat);7 8#endif9