From 5bcb82ddd8db0e3b1e8b731634e5dde87237ac8a Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Tue, 9 Aug 2016 10:38:52 +0200 Subject: [PATCH] isl_output.c: print_half_constraint: add memory management annotation Signed-off-by: Sven Verdoolaege --- isl_output.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/isl_output.c b/isl_output.c index 89d13853..93442a95 100644 --- a/isl_output.c +++ b/isl_output.c @@ -506,7 +506,8 @@ static const char *constraint_op(int sign, int strict, int latex) * "first_constraint" is set if this is the first constraint * in the conjunction. */ -static __isl_give isl_printer *print_half_constraint(struct isl_basic_map *bmap, +static __isl_give isl_printer *print_half_constraint( + __isl_keep isl_basic_map *bmap, __isl_keep isl_space *space, __isl_keep isl_mat *div, __isl_take isl_printer *p, isl_int *c, int last, const char *op, int first_constraint, int latex) -- 2.11.4.GIT