isl_map_to_basic_set: keep track of isl_ctx
commita58e3ed0d7bcab167f1874066f6391642d3f65f7
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 5 Jun 2013 07:48:20 +0000 (5 09:48 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 27 Jul 2013 09:04:00 +0000 (27 11:04 +0200)
tree71cdf7c0c45b1f1744d8b8557d0bd6628d645cc1
parentff9b46a2014f36fd5466914f61c06fc68b327c99
isl_map_to_basic_set: keep track of isl_ctx

We want to export isl_map_to_basic_set (or more generally isl_*_to_*) and
so it should behave like other isl objects.  This includes keeping track
of isl_ctx and reference counting.  The latter will be handled in a follow-up
commit.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_map_to_basic_set.c
isl_map_to_basic_set.h
isl_schedule.c