update isl for change in lexicographic optimization
[isa.git] / adg2dot_options.c
blob98a292dade78c133c52ce961078b8cff8f24df41
1 #include "adg2dot_options.h"
3 ISL_ARGS_START(struct options, options_args)
4 ISL_ARG_STR(struct options, input, 'i', "input", "filename", NULL, NULL)
5 ISL_ARG_STR(struct options, output, 'o', "output", "filename", NULL, NULL)
6 ISL_ARGS_END
8 ISL_ARG_DEF(options, struct options, options_args)