From 8baa78ce05859841aa9448f0225118ffd4416061 Mon Sep 17 00:00:00 2001 From: Riyadh Baghdadi Date: Tue, 1 May 2012 15:48:44 +0200 Subject: [PATCH] isl_map_deltas: add memory management annotations Signed-off-by: Riyadh Baghdadi 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 926d6e1..3a94000 100644 --- a/isl_map.c +++ b/isl_map.c @@ -6452,7 +6452,7 @@ error: /* * returns range - domain */ -struct isl_set *isl_map_deltas(struct isl_map *map) +__isl_give isl_set *isl_map_deltas(__isl_take isl_map *map) { int i; isl_space *dim; -- 2.7.4