isl_basic_set_drop_constraint: clean up after change in isl_constraint
commitba3b3f1edc1b1641ed2fbc2146114d7382f8ed7c
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 20 Feb 2015 09:30:55 +0000 (20 10:30 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 21 Feb 2015 18:41:57 +0000 (21 19:41 +0100)
treee730aaea5ec254a0d0120a23bef00902426933a9
parent1d17e7d4e0f931b112770af1e69701e2d8a6f0a0
isl_basic_set_drop_constraint: clean up after change in isl_constraint

Since e2a2317 (reimplement isl_constraint in terms of isl_aff,
Fri Jul 1 17:20:52 2011 +0200), an isl_constraint no longer points
directly into the basic set, so we can perform the clean-up
announced in the comment.

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