add_upper_div_constraint: return return modified result
commit139e04a28b3db0f8440c56784a30ff086274085a
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 11 Aug 2016 10:42:15 +0000 (11 12:42 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 2 Sep 2018 14:42:12 +0000 (2 16:42 +0200)
tree00a8a7483cd446ef4cc8c17851f8d047855b1e44
parent296dd276100a8a0c9405864ad50eb1c3b125506b
add_upper_div_constraint: return return modified result

Since this function modifies the input, it is more natural
to return the modified result.

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