isl backend: remove uses of isl_constraint_add_div
commitfc61301575290ca6f25027a57341f8217f3a7611
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 1 Jul 2011 10:13:45 +0000 (1 12:13 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 2 Jul 2011 14:45:55 +0000 (2 16:45 +0200)
tree89342966dca779768845b88dab685cfb4406b82f
parent948ca6fd242ba4c17add4efab222d528c962f1d0
isl backend: remove uses of isl_constraint_add_div

isl_constraint_add_div will be removed in future versions of isl.
As an added bonus, the new isl_aff based code is much simpler
than the original code.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
source/isl/constraints.c
source/isl/domain.c