From 45cd8d8437cb9bf29d7ffe7bffaa039a25cfc09b Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 28 Dec 2008 14:39:51 +0100 Subject: [PATCH] isl_basic_map_overlying_set: simplify resulting basic map --- isl_map.c | 1 + 1 file changed, 1 insertion(+) diff --git a/isl_map.c b/isl_map.c index 3e0b167..89f8c84 100644 --- a/isl_map.c +++ b/isl_map.c @@ -2914,6 +2914,7 @@ struct isl_basic_map *isl_basic_map_overlying_set( goto error; } isl_basic_map_free(like); + bmap = isl_basic_map_simplify(bmap); bmap = isl_basic_map_finalize(bmap); return bmap; error: -- 2.7.4