isl backend: remove dependence on internal represenation of isl_constraint
commit08e2d36ed528c52cf0ece10330607890f52f95da
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 27 Jun 2011 08:47:13 +0000 (27 10:47 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 2 Jul 2011 10:12:57 +0000 (2 12:12 +0200)
tree4eca0d75ea0d43791056a9a76ba0f414903409b8
parentb0d9a298e52a1f5b0c56b087cff542304a664a38
isl backend: remove dependence on internal represenation of isl_constraint

In particular, we used to depend on the size of an isl_constraint object.
If we want to hide the internal representation of such objects, then
we also cannot depend on their size.

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