isl_map.c: insert_bounds_on_div_from_ineq: drop redundant mark removal
commited4f762010cb99b8bb1fc7233b3184ec487d9474
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)
tree9a68401d60f6d7fcab9d2ef1f467f8ba7f0a870e
parent777cce0b7c3d3f7e9d72fafe99dbb696da69e417
isl_map.c: insert_bounds_on_div_from_ineq: drop redundant mark removal

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

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