summaryrefslogtreecommitdiffstats
path: root/polly/lib/Transform/DeLICM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/Transform/DeLICM.cpp')
-rw-r--r--polly/lib/Transform/DeLICM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Transform/DeLICM.cpp b/polly/lib/Transform/DeLICM.cpp
index 08d6fae968a..600e4a88de7 100644
--- a/polly/lib/Transform/DeLICM.cpp
+++ b/polly/lib/Transform/DeLICM.cpp
@@ -768,7 +768,7 @@ private:
auto NewAccRel = UseTarget.intersect_domain(Domain);
simplify(NewAccRel);
- assert(isl_union_map_n_map(NewAccRel.keep()) == 1);
+ assert(isl_union_map_n_map(NewAccRel.get()) == 1);
MA->setNewAccessRelation(isl::map::from_union_map(NewAccRel));
}
OpenPOWER on IntegriCloud