isl_union_map.c:map_excludes: use isl_bool_not
commitd8300fcf26cc468a3dc91b5e1a38653fc01dd5bf
authorTobias Grosser <tobias@grosser.es>
Tue, 28 Aug 2018 07:03:56 +0000 (28 09:03 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Tue, 28 Aug 2018 18:54:18 +0000 (28 20:54 +0200)
treecb5cfc603891f511cbb822802762f5e3ba555733
parent10e2ba97d77fa6eb8f7c3679f1113ee3a5da1c5c
isl_union_map.c:map_excludes: use isl_bool_not

When isl_bool was introduced in isl-0.14.1-479-g370a8b7d0 (introduce
isl_bool and isl_stat return types, Mon May 4 09:45:16 2015 +0200)
isl_bool_not was not yet available. It was only introduced in
isl-0.16.1-88-g9e2290e4 (add isl_bool_not, Tue Mar 1 17:15:59 2016
+0100), but at this point not all potential users were updated.

This is just a stylistic correction. The original code was correct.

Signed-off-by: Tobias Grosser <tobias@grosser.es>
Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_union_map.c