isl_map_simplify.c: isl_basic_map_eliminate_vars: drop redundant mark removal
commit53206f67671b2228286799f7d94c54814d1f14e2
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 10 Aug 2016 09:23:14 +0000 (10 11:23 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 15 Aug 2018 18:23:58 +0000 (15 20:23 +0200)
tree682c2905a9f7f02f5fec4df174f9d51041be9e5e
parent0d00fe67d8a1149a0d5e0386adef6ba44b5c068e
isl_map_simplify.c: isl_basic_map_eliminate_vars: drop redundant mark removal

The function isl_basic_map_eliminate_vars removes
the ISL_BASIC_MAP_NORMALIZED flag, but the only reason
for removing this flag is the addition of one or more inequality constraints
and isl_basic_map_alloc_inequality itself already clears the flag.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_map_simplify.c