isl_ast_build_expr_from_basic_set: operate on list of constraints
commit7c252d81f541046e7bd5195c91fc092730ad8e18
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 9 Nov 2013 21:14:31 +0000 (9 22:14 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 5 Aug 2014 13:12:41 +0000 (5 15:12 +0200)
tree339d14ed3a46726d21a3ba5c52a8e7d287ebc2e4
parent1f9c97163509e095b8bf0fd2b614cef4e78b0ef8
isl_ast_build_expr_from_basic_set: operate on list of constraints

That is, instead of iterating over the constraint of the input basic set,
first obtain the list of constraints and then iterate over this list.
Obtaining an explicit list first makes it easier to sort the constraints.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_ast_build_expr.c