isl_map_realign: add missing isl_map_unmark_normalized
commit4b1d148382840c8e2d124a27a4f5e9f42a0904dd
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Sat, 24 Mar 2018 16:11:29 +0000 (24 17:11 +0100)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sat, 12 May 2018 13:53:53 +0000 (12 15:53 +0200)
tree96562ca103632e10d5f05027c907252ab9aa7f41
parent77af15a5f92df715779c68a964f55a3406653085
isl_map_realign: add missing isl_map_unmark_normalized

Changing the order of the dimensions may change the sorting
order of the basic maps within the map, so the result
of the reordering can no longer be assumed to be normalized.

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