update isl for fix in isl_map_plain_is_disjoint
[ppn.git] / pn_options.h
blob048c138eae102a92e1a91b5bb9ebcbb08623af44
1 #include "size_options.h"
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 struct pn_options {
8 struct size_options *size;
9 int propagate;
10 int reuse;
11 int merge;
12 int shift_register;
13 int reschedule;
14 int move;
15 char *input;
16 char *output;
19 ISL_ARG_DECL(pn_options, struct pn_options, pn_options_args)
21 #if defined(__cplusplus)
23 #endif