isl_map.c: set_ma_divs: return modified result
commit85a21c6c4b74bbeb4cc212636bef3f6aa7021736
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 19 Jul 2016 14:24:36 +0000 (19 16:24 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 2 Sep 2018 14:42:11 +0000 (2 16:42 +0200)
tree11358e1fc5777dc35e9f2482b6beb60b9f37a83e
parent079b281279cf5da1d6bdd014d2c837af8526d32e
isl_map.c: set_ma_divs: 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