summaryrefslogtreecommitdiff
path: root/test/square+triangle-1-1-2-3.c.ppl
diff options
context:
space:
mode:
Diffstat (limited to 'test/square+triangle-1-1-2-3.c.ppl')
-rw-r--r--test/square+triangle-1-1-2-3.c.ppl21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/square+triangle-1-1-2-3.c.ppl b/test/square+triangle-1-1-2-3.c.ppl
deleted file mode 100644
index 2fac8d5..0000000
--- a/test/square+triangle-1-1-2-3.c.ppl
+++ /dev/null
@@ -1,21 +0,0 @@
-/* Generated from ./square+triangle-1-1-2-3.cloog by CLooG 0.15 64 bits in 0.01s. */
-for (j=1;j<=M;j++) {
- S1(i = 1) ;
-}
-for (i=2;i<=M-1;i++) {
- S1(j = 1) ;
- for (j=2;j<=i;j++) {
- S1 ;
- S2 ;
- }
- for (j=i+1;j<=M;j++) {
- S1 ;
- }
-}
-if (M >= 2) {
- S1(i = M,j = 1) ;
- for (j=2;j<=M;j++) {
- S1(i = M) ;
- S2(i = M) ;
- }
-}