cloog_loop_disjoint: fix over-eager optimization
commitafc5f8c4e0f54652b73abb664b0843f05a0fa390
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 19 Dec 2009 16:48:08 +0000 (19 17:48 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 19 Dec 2009 16:48:08 +0000 (19 17:48 +0100)
tree10a7fab25ad817083513bc6527497cc4e1ea0cb2
parentd4ba3fb9d3dc868a32e9db3362d8bf1e3370de0d
cloog_loop_disjoint: fix over-eager optimization

cloog_loop_disjoint would return early if the first loop is convex,
but this is only valid if there is only a single domain.

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