extract out isl_union_single.c
commit9ab90b021cdaa7aa1cb10a9eaec13f0c22796dfd
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 2 Jul 2015 14:28:17 +0000 (2 16:28 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 23 Jul 2015 11:58:10 +0000 (23 13:58 +0200)
tree3dfd89bd4951df9a4dbd9b22c47d31d2008bfe0c
parent0ef6d994fc37872a0eaacf77884f94b91b7a389c
extract out isl_union_single.c

In the next commit, an alternative implementation of isl_union_* objects
will be introduced that allows multiple entries to be defined on the same
domain space, provided the domains are disjoint.
This new implementation will only be used for some isl_union_* types,
whereas others will stick to the current implementation where only
a single entry is allowed with a given domain space.
Extract out the part of isl_union_templ.c that depends on this difference.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
isl_aff.c
isl_fold.c
isl_polynomial.c
isl_union_single.c [new file with mode: 0644]
isl_union_templ.c