pass ppcg_scop to generate_*
[ppcg.git] / cpu.h
blob0d7696a806ff8a8326a97e8045013e30fc1d3b47
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);
13 #endif