update isl for change in lexicographic optimization
[isa.git] / c2pdg_options.c
blobdc1e3bdbc47787744497e00f689b7b35be9ae497
1 #include "c2pdg_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_CHILD(struct options, pet, "pet", &pet_options_args, "pet options")
6 ISL_ARG_ARG(struct options, input, "input", NULL)
7 ISL_ARG_STR_F(struct options, function, 0, "func", "name", NULL, NULL,
8 ISL_ARG_SINGLE_DASH)
9 ISL_ARGS_END
11 ISL_ARG_DEF(options, struct options, options_args)