implement isl_set_alloc_space in terms of isl_map_alloc_space
commit2d0b6b6b4d00668c52465bc29dc22dc093f89acc
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 19 May 2016 08:14:00 +0000 (19 10:14 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 30 May 2016 08:45:25 +0000 (30 10:45 +0200)
tree282a124891fe6389bbb1002fec7ec7d91e679c3a
parentee2a8457761276777ded3ea9c61e2da2e85311ba
implement isl_set_alloc_space in terms of isl_map_alloc_space

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