isl_basic_map_add_div_constraints: return modified result
commitfe304b3e9c1c72c2429ff8626efeb0f48506c286
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 11 Aug 2016 10:35:42 +0000 (11 12:35 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 2 Sep 2018 14:42:11 +0000 (2 16:42 +0200)
tree099bf40607df342ae56cdfbf8310f08a9359ccfe
parent8a9897bacb0e5242acf67da45694455616c0c276
isl_basic_map_add_div_constraints: 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_coalesce.c
isl_map.c
isl_map_private.h
isl_polynomial.c