diff options
Diffstat (limited to 'test/ex1.c.ppl')
-rw-r--r-- | test/ex1.c.ppl | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test/ex1.c.ppl b/test/ex1.c.ppl deleted file mode 100644 index d38a90f..0000000 --- a/test/ex1.c.ppl +++ /dev/null @@ -1,18 +0,0 @@ -/* Generated from ./ex1.cloog by CLooG 0.15 64 bits in 0.00s. */ -for (i=0;i<=14;i++) { - for (j=0;j<=n-15;j++) { - S1 ; - } -} -for (i=15;i<=n;i++) { - for (j=0;j<=9;j++) { - S1 ; - } - for (j=10;j<=n-15;j++) { - S1 ; - S2 ; - } - for (j=n-14;j<=n;j++) { - S2 ; - } -} |