isl_tab_add_ineq and isl_tab_mark_empty: return status instead of isl_tab *
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 28 Nov 2009 15:09:56 +0000 (16:09 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 29 Nov 2009 20:53:12 +0000 (21:53 +0100)
commit79776976e2fee1f831190a0fc30cd6984566f5de
tree60198bbe4fb024444c6a117f55214fce88d8850a
parent47635efd78a6a63a3a6918da93bc26c3462c2062
isl_tab_add_ineq and isl_tab_mark_empty: return status instead of isl_tab *

isl_tabs are not reference counted, so it's easier to deal with a status
than to have to keep track of whether the isl_tab may have been destroyed.
isl_affine_hull.c
isl_map_simplify.c
isl_sample.c
isl_tab.c
isl_tab.h
isl_tab_pip.c