pn2adg: use function domain to construct AST in XML output
[ppn.git] / c2pdg_options.c
blobd92c258197ff8701f18165862036640f6a4f1e60
1 #include "c2pdg_options.h"
3 ISL_ARGS_START(struct options, options_args)
4 ISL_ARG_CHILD(struct options, pet, "pet", &pet_options_args, "pet options")
5 ISL_ARG_ARG(struct options, input, "input", NULL)
6 ISL_ARG_STR_F(struct options, function, 0, "func", "name", NULL, NULL,
7 ISL_ARG_SINGLE_DASH)
8 ISL_ARGS_END
10 ISL_ARG_DEF(options, struct options, options_args)