update isl for change in lexicographic optimization
[isa.git] / pn2adg_options.c
blob3f5c9a4a728404d43b9f585702f822689f599e22
1 #include "pn2adg_options.h"
3 ISL_ARGS_START(struct options, options_args)
4 ISL_ARG_CHILD(struct options, isl, "isl", &isl_options_args, "isl options")
5 ISL_ARG_BOOL(struct options, xml, 0, "xml", 0, NULL)
6 ISL_ARG_STR(struct options, input, 'i', "input", "filename", NULL, NULL)
7 ISL_ARG_STR(struct options, output, 'o', "output", "filename", NULL, NULL)
8 ISL_ARGS_END
10 ISL_ARG_DEF(options, struct options, options_args)