summaryrefslogtreecommitdiff
path: root/cloog-0.16.3/test/reservoir/mg-interp2.c
diff options
context:
space:
mode:
Diffstat (limited to 'cloog-0.16.3/test/reservoir/mg-interp2.c')
-rw-r--r--cloog-0.16.3/test/reservoir/mg-interp2.c39
1 files changed, 0 insertions, 39 deletions
diff --git a/cloog-0.16.3/test/reservoir/mg-interp2.c b/cloog-0.16.3/test/reservoir/mg-interp2.c
deleted file mode 100644
index 688cc91..0000000
--- a/cloog-0.16.3/test/reservoir/mg-interp2.c
+++ /dev/null
@@ -1,39 +0,0 @@
-/* Generated from ../../../git/cloog/test/./reservoir/mg-interp2.cloog by CLooG 0.14.0-136-gb91ef26 gmp bits in 0.11s. */
-if (O >= 2) {
- if ((M >= P+1) && (N >= Q+1)) {
- for (c2=1;c2<=O-1;c2++) {
- for (c4=Q;c4<=N-1;c4++) {
- for (c6=P;c6<=M-1;c6++) {
- S1(c2,c4,c6) ;
- }
- }
- }
- }
- if ((M >= 2) && (N >= Q+1)) {
- for (c2=1;c2<=O-1;c2++) {
- for (c4=Q;c4<=N-1;c4++) {
- for (c6=1;c6<=M-1;c6++) {
- S2(c2,c4,c6) ;
- }
- }
- }
- }
- if ((M >= P+1) && (N >= 2)) {
- for (c2=1;c2<=O-1;c2++) {
- for (c4=1;c4<=N-1;c4++) {
- for (c6=P;c6<=M-1;c6++) {
- S3(c2,c4,c6) ;
- }
- }
- }
- }
- if ((M >= 2) && (N >= 2)) {
- for (c2=1;c2<=O-1;c2++) {
- for (c4=1;c4<=N-1;c4++) {
- for (c6=1;c6<=M-1;c6++) {
- S4(c2,c4,c6) ;
- }
- }
- }
- }
-}