summaryrefslogtreecommitdiff
path: root/isl_transitive_closure.c
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2010-04-20 23:44:38 +0200
committerSven Verdoolaege <skimo@kotnet.org>2010-04-21 17:46:11 +0200
commit687fbf3ab41bdc3a557272a8e7605a98b7033e9c (patch)
tree4579bcfc7d4f74a0e42674b58444dc832301e93a /isl_transitive_closure.c
parent565134e0e114f9a1f84492e8848265f7364c3746 (diff)
downloadisl-687fbf3ab41bdc3a557272a8e7605a98b7033e9c.tar.gz
isl-687fbf3ab41bdc3a557272a8e7605a98b7033e9c.tar.bz2
isl-687fbf3ab41bdc3a557272a8e7605a98b7033e9c.zip
isl_map_transitive_closure: compute divs of input
Diffstat (limited to 'isl_transitive_closure.c')
-rw-r--r--isl_transitive_closure.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/isl_transitive_closure.c b/isl_transitive_closure.c
index 6b984e6e..048af35a 100644
--- a/isl_transitive_closure.c
+++ b/isl_transitive_closure.c
@@ -1385,6 +1385,7 @@ static __isl_give isl_map *map_power(__isl_take isl_map *map, unsigned param,
if (exact)
*exact = 1;
+ map = isl_map_compute_divs(map);
map = isl_map_coalesce(map);
if (!map)
return NULL;