From e758a1b61f3cff9d6db965f8bdc48f594182e6d4 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 24 Aug 2016 15:30:38 +0200 Subject: [PATCH] isl_map_simplify.c: coalesce_divs: add memory management annotations Signed-off-by: Sven Verdoolaege --- isl_map_simplify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_map_simplify.c b/isl_map_simplify.c index 8090eedd..c6b7d19d 100644 --- a/isl_map_simplify.c +++ b/isl_map_simplify.c @@ -4223,7 +4223,7 @@ error: * to store div2, but otherwise has a different meaning, any possible * explicit representation of the original div2 is removed. */ -static struct isl_basic_map *coalesce_divs(struct isl_basic_map *bmap, +static __isl_give isl_basic_map *coalesce_divs(__isl_take isl_basic_map *bmap, unsigned div1, unsigned div2, unsigned l, unsigned u) { isl_ctx *ctx; -- 2.11.4.GIT