update isl for isl_space_domain_factor_domain
[ppn.git] / mem_options.c
blobbe6db50ae6b88704d0b1a2bbe63730bbf6ce796f
1 #include "mem_options.h"
3 ISL_ARGS_START(struct options, options_args)
4 ISL_ARG_CHILD(struct options, barvinok, NULL, &barvinok_options_args,
5 "barvinok options")
6 ISL_ARG_BOOL(struct options, with_input, 0, "with-input", 0,
7 "include size of input arrays in total")
8 ISL_ARGS_END
10 ISL_ARG_DEF(options, struct options, options_args)