isl_map_simplify.c: drop_more_redundant_divs: collect arguments in struct
commite3f35c5bf2cc30187c948d0701aecb4e41954b07
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 24 May 2016 09:30:13 +0000 (24 11:30 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 25 May 2016 13:46:02 +0000 (25 15:46 +0200)
treeb8c4a21b8754c6f787fbb7ed3d5515120eef7ca7
parentb56fca05946067f9085f191081c506d64cf12a42
isl_map_simplify.c: drop_more_redundant_divs: collect arguments in struct

This reduces the number of arguments passed to construct_test_ineq and,
in a later commit, will make it easier to construct the tableau on demand.

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