isl_tab_basic_set_non_trivial_lexmin: drop explicit conversion to isl_basic_map
commit8b08eb5c6d66c346f5399e7d931701ef85e1b905
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 27 Aug 2011 12:31:31 +0000 (27 14:31 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 3 Sep 2011 19:43:07 +0000 (3 21:43 +0200)
treeaedada79d692f75be5a37fd4a89f274a98c3a37a
parent03c860713849bc22cf684177de98e18174f55c4a
isl_tab_basic_set_non_trivial_lexmin: drop explicit conversion to isl_basic_map

And similarly for isl_tab_basic_set_non_neg_lexmin.

In future, the space of an isl_basic_map will be different from that
of an isl_basic_set.  Calling isl_basic_map_from_range may therefore
result in possibly costly changes.

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