Stop printing redundant parenthesis in guard statements
[ppcg.git] / ppcg_options.h
blobcd0719ea88737a75b64b4b96c502c2d4e5a4dc16
1 #ifndef PPCG_OPTIONS_H
2 #define PPCG_OPTIONS_H
4 #include <isl/arg.h>
6 struct ppcg_options {
7 int scale_tile_loops;
8 int wrap;
10 char *ctx;
12 int tile_size;
15 ISL_ARG_DECL(ppcg_options, struct ppcg_options, ppcg_options_arg)
17 extern struct isl_arg ppcg_options_arg[];
19 #endif