shared_outer: use isl_bool_not
commit74c6f62a4b3876bdef965df7503557f3d3e8b7a4
authorTobias Grosser <tobias@grosser.es>
Fri, 24 Aug 2018 13:30:40 +0000 (24 15:30 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Fri, 24 Aug 2018 17:57:35 +0000 (24 19:57 +0200)
tree188794606547cc09df52ce02f47b38f48b2010ea
parent418fc86295ccae7ae3c756efeda116db4f1e841d
shared_outer: 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.

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