isl_basic_map_add_div_constraint: return return modified result
commit296dd276100a8a0c9405864ad50eb1c3b125506b
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 11 Aug 2016 10:38:42 +0000 (11 12:38 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 2 Sep 2018 14:42:11 +0000 (2 16:42 +0200)
tree46397e0dc10536ab35795aac94b76793dad5c81a
parentfe304b3e9c1c72c2429ff8626efeb0f48506c286
isl_basic_map_add_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
isl_map_private.h
isl_map_simplify.c