Clang] Fix expansion of response files in -Wp after integrated-cc1 change
[llvm-project.git] / polly / lib / External / ppcg / opencl.h
blobbf10f95cbf64107bb8a289cd05338d44046bdf29
1 #ifndef _OPENCL_H
2 #define _OPENCL_H
4 #include <pet.h>
5 #include "ppcg_options.h"
6 #include "ppcg.h"
8 int generate_opencl(isl_ctx *ctx, struct ppcg_options *options,
9 const char *input, const char *output);
11 #endif