PolyLib backend: cloog_domain_stride: handle singleton domains
commit78d6f8dc9c596fec9814900343dd60783eff51e5
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 19 Jul 2009 10:10:51 +0000 (19 12:10 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 20 Jul 2009 07:58:56 +0000 (20 09:58 +0200)
treecadbe00ea968b6ccf1806bfacbfcf5da7e97ff60
parent16574d2347cfa95f7357ae191070318402cdb646
PolyLib backend: cloog_domain_stride: handle singleton domains

The original code didn't recognize this special case and would
produce segmentation faults.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
source/polylib/domain.c
test/Makefile.am
test/isl/stride.c [new file with mode: 0644]
test/isl/stride2.c [new file with mode: 0644]
test/polylib/stride.c [new file with mode: 0644]
test/polylib/stride2.c [new file with mode: 0644]
test/stride.cloog [new file with mode: 0644]
test/stride.good.c [new file with mode: 0644]
test/stride2.cloog [new file with mode: 0644]
test/stride2.good.c [new file with mode: 0644]