summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/isl_local_space_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/External/isl/isl_local_space_private.h')
-rw-r--r--polly/lib/External/isl/isl_local_space_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/External/isl/isl_local_space_private.h b/polly/lib/External/isl/isl_local_space_private.h
index 427c4a4db3b..a1bdb1b4d69 100644
--- a/polly/lib/External/isl/isl_local_space_private.h
+++ b/polly/lib/External/isl/isl_local_space_private.h
@@ -41,7 +41,7 @@ isl_bool isl_local_space_divs_known(__isl_keep isl_local_space *ls);
__isl_give isl_local_space *isl_local_space_substitute_equalities(
__isl_take isl_local_space *ls, __isl_take isl_basic_set *eq);
-int isl_local_space_is_named_or_nested(__isl_keep isl_local_space *ls,
+isl_bool isl_local_space_is_named_or_nested(__isl_keep isl_local_space *ls,
enum isl_dim_type type);
isl_bool isl_local_space_has_equal_space(__isl_keep isl_local_space *ls1,
@@ -52,7 +52,7 @@ __isl_give isl_local_space *isl_local_space_reset_space(
__isl_give isl_local_space *isl_local_space_realign(
__isl_take isl_local_space *ls, __isl_take isl_reordering *r);
-int isl_local_space_is_div_constraint(__isl_keep isl_local_space *ls,
+isl_bool isl_local_space_is_div_constraint(__isl_keep isl_local_space *ls,
isl_int *constraint, unsigned div);
int *isl_local_space_get_active(__isl_keep isl_local_space *ls, isl_int *l);
OpenPOWER on IntegriCloud