implement isl_set_free in terms of isl_map_free
commit67f6b3de76de952aabb9b86560a6f16cae5b4de0
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 19 May 2016 08:32:08 +0000 (19 10:32 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 30 May 2016 08:45:25 +0000 (30 10:45 +0200)
treefda7f5009442490f988eaff922a847f5966ce136
parent4a2ea23c187d0e89a863085adc7679408e09bf65
implement isl_set_free in terms of isl_map_free

This removes some code duplication and makes it easier to change
these functions together.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_map.c