isl_map_deltas: add memory management annotations
authorRiyadh Baghdadi <baghdadi.m.riyadh@gmail.com>
Tue, 1 May 2012 13:48:44 +0000 (15:48 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 6 May 2012 12:33:03 +0000 (14:33 +0200)
Signed-off-by: Riyadh Baghdadi <baghdadi.m.riyadh@gmail.com>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_map.c

index 926d6e1..3a94000 100644 (file)
--- 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;