cloog_loop_restrict_inner: drop loops with empty inner loops
commit5f589b3601104f8f2acb6307c5945318c75c8fad
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 23 Dec 2010 13:28:48 +0000 (23 14:28 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 23 Dec 2010 13:28:48 +0000 (23 14:28 +0100)
treed18a35ac9baff6c6e7c273c4c9f41adccbe17498
parent99c75047f3d6916ae0833b6dae314cc9a930c909
cloog_loop_restrict_inner: drop loops with empty inner loops

There is no point generating code for loops without inner loops
and cloog_loop_specialize expects all loops to have one or more
inner loops.

Reported-by: Johan <jwalters@compaandesign.com>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
source/loop.c
test/Makefile.am
test/walters3.c [new file with mode: 0644]
test/walters3.cloog [new file with mode: 0644]
test/walters3.good.c [new file with mode: 0644]