update pet for change in handling of scalar reads
[ppn.git] / dependence_graph_relation_options.h
blob7add80f4b961f295ba56cf6cc0e551d1305094df
1 #include <isl/arg.h>
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 struct options {
8 char *input;
9 #define TYPE_MEM 0
10 #define TYPE_FLOW 1
11 #define TYPE_VAL 2
12 unsigned type;
13 int verbose;
14 int named;
17 ISL_ARG_DECL(options, struct options, options_args)
19 #if defined(__cplusplus)
21 #endif