isl_*_lexopt*: replace "max" argument by "flags"
commitb1951ad5b3736e14f10474298f525389ea8da6ad
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 14 Jun 2016 09:00:09 +0000 (14 11:00 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 27 Jun 2016 13:36:04 +0000 (27 15:36 +0200)
treece98d10bad8824527b0a3d0feb4ef34e78e83a2c
parenta7cb72e0a31065802a69de201c850d46e0282ce5
isl_*_lexopt*: replace "max" argument by "flags"

The "max" argument indicates whether a minimum or a maximum should
be computed.  Subsequent commits will introduce additional options.
It is easier to combine them into a "flags" argument.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_map.c
isl_map_lexopt_templ.c
isl_tab.h
isl_tab_lexopt_templ.c