From 433bf66f072843eb9d80d0fb1e06802f9b36efaa Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 12 Sep 2016 17:01:21 +0200 Subject: [PATCH] isl_map_compute_divs: add memory management annotations Signed-off-by: Sven Verdoolaege --- isl_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_map.c b/isl_map.c index a3bf3ed8..0af96af2 100644 --- a/isl_map.c +++ b/isl_map.c @@ -7478,7 +7478,7 @@ error: return NULL; } -struct isl_map *isl_map_compute_divs(struct isl_map *map) +__isl_give isl_map *isl_map_compute_divs(__isl_take isl_map *map) { int i; int known; -- 2.11.4.GIT