From 27f606f13e8f199e1f7a087db0aeade4635cc94c Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Tue, 17 May 2011 15:29:16 +0200 Subject: [PATCH] isl_basic_map_from_local_space: don't finalize result This function is only called internally during the construction of isl_constraints and isl_divs and we don't want to remove redundant existentially quantified variables in these cases. Signed-off-by: Sven Verdoolaege --- isl_map.c | 1 - 1 file changed, 1 deletion(-) diff --git a/isl_map.c b/isl_map.c index 128dce9..0668037 100644 --- a/isl_map.c +++ b/isl_map.c @@ -306,7 +306,6 @@ __isl_give isl_basic_map *isl_basic_map_from_local_space( } isl_local_space_free(ls); - bmap = isl_basic_map_finalize(bmap); return bmap; error: isl_local_space_free(ls); -- 2.7.4