isl_map_simplify.c: uset_gist_full: drop redundant isl_basic_set_simplify call
commit9d835a50b5ca96c7fd945b7c37869bcc17652938
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 20 Jun 2015 10:42:17 +0000 (20 12:42 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 27 Jul 2015 12:36:21 +0000 (27 14:36 +0200)
treee5bf2e4c089868ca9d87f68777fea07879dc7065
parent8517ca67369d59ad5a8a4e32f6051a81dd052ddf
isl_map_simplify.c: uset_gist_full: drop redundant isl_basic_set_simplify call

There should be no need to simplify the constraints at this stage.
It is unlikely that any constraints can be further simplified at this point,
since uset_gist_full only removes constraints.

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