Explicitly cast to void** when allocating memory
[ppcg.git] / ppcg_options.c
blob58b1c03bf2ae708a7ba94892421ad82d4f4697de
1 /*
2 * Copyright 2010-2011 INRIA Saclay
4 * Use of this software is governed by the GNU LGPLv2.1 license
6 * Written by Sven Verdoolaege, INRIA Saclay - Ile-de-France,
7 * Parc Club Orsay Universite, ZAC des vignes, 4 rue Jacques Monod,
8 * 91893 Orsay, France
9 */
11 #include "ppcg_options.h"
13 struct isl_arg ppcg_options_arg[] = {
14 ISL_ARG_BOOL(struct ppcg_options, scale_tile_loops, 0,
15 "scale-tile-loops", 1, NULL)
16 ISL_ARG_BOOL(struct ppcg_options, wrap, 0, "wrap", 1, NULL)
17 ISL_ARG_STR(struct ppcg_options, ctx, 0, "ctx", "context", NULL,
18 "Constraints on parameters")
19 ISL_ARG_INT(struct ppcg_options, tile_size, 'S', "tile-size", "size", 32, NULL)
20 ISL_ARG_END