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