summaryrefslogtreecommitdiff
path: root/cloog-0.16.3/test/gesced2.c
diff options
context:
space:
mode:
Diffstat (limited to 'cloog-0.16.3/test/gesced2.c')
-rw-r--r--cloog-0.16.3/test/gesced2.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/cloog-0.16.3/test/gesced2.c b/cloog-0.16.3/test/gesced2.c
deleted file mode 100644
index 5cebdb5..0000000
--- a/cloog-0.16.3/test/gesced2.c
+++ /dev/null
@@ -1,26 +0,0 @@
-/* Generated from /home/skimo/git/cloog/test/gesced2.cloog by CLooG 0.14.0-284-ga90f184 gmp bits in 0.03s. */
-for (c1=1;c1<=4;c1++) {
- for (c2=5;c2<=M-10;c2++) {
- S1(c1,c2);
- }
-}
-for (c1=5;c1<=M-10;c1++) {
- for (c2=-c1+1;c2<=4;c2++) {
- S2(c1+c2,c1);
- }
- for (c2=5;c2<=min(M-10,-c1+M);c2++) {
- S1(c1,c2);
- S2(c1+c2,c1);
- }
- for (c2=-c1+M+1;c2<=M-10;c2++) {
- S1(c1,c2);
- }
- for (c2=M-9;c2<=-c1+M;c2++) {
- S2(c1+c2,c1);
- }
-}
-for (c1=M-9;c1<=M;c1++) {
- for (c2=5;c2<=M-10;c2++) {
- S1(c1,c2);
- }
-}