Fix cloog_domain_lazy_disjoint
commitcb3744c1f0506b42f7eb55a4dd4dd1afaf45f484
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 11 Sep 2008 16:28:41 +0000 (11 18:28 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 11 Sep 2008 17:11:01 +0000 (11 19:11 +0200)
tree09be05a4026ffb6998a04210a75bb5f93785a9e8
parent35bd2e89711b919effac379ffd3a92b18ee94a3f
Fix cloog_domain_lazy_disjoint

Due to a mistake, cloog_domain_lazy_disjoint would sometimes
claim domains are disjoint when in fact they are not,
possibly resulting in iterations getting dropped.
source/domain.c
test/classen.c