add_lower_div_constraint: return return modified result
commit2cd19375c032266d51cf576922e2981fc836feec
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 11 Aug 2016 10:44:10 +0000 (11 12:44 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 2 Sep 2018 14:42:12 +0000 (2 16:42 +0200)
tree5629bc7362ac7a2583f261ab3db8908456c69464
parent139e04a28b3db0f8440c56784a30ff086274085a
add_lower_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