isl_inequality_negate: return modified result
commit08dbe6a589ebc5b5fae36cb0d126388a8d0d3667
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Sat, 11 Aug 2018 09:29:15 +0000 (11 11:29 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 2 Sep 2018 14:42:11 +0000 (2 16:42 +0200)
tree600fd9778b3a45962d447556ae402eab08691fa3
parent85a21c6c4b74bbeb4cc212636bef3f6aa7021736
isl_inequality_negate: 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