ppcg_scop_from_pet_scop: abort on data dependent conditions
[ppcg.git] / cpu.h
bloba369b46b775ed7c2f3369c810bc0260272cfd6af
1 #ifndef _CPU_H
2 #define _CPU_H
4 #include <isl/ctx.h>
6 #include "ppcg.h"
8 struct ppcg_options;
10 int generate_cpu(isl_ctx *ctx, struct ppcg_scop *ps,
11 struct ppcg_options *options, const char *input, const char *output);
13 #endif