diff options
Diffstat (limited to 'test/multi-stride2.c.ppl')
-rw-r--r-- | test/multi-stride2.c.ppl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/multi-stride2.c.ppl b/test/multi-stride2.c.ppl deleted file mode 100644 index aed7b56..0000000 --- a/test/multi-stride2.c.ppl +++ /dev/null @@ -1,6 +0,0 @@ -/* Generated from ./multi-stride2.cloog by CLooG 0.15 64 bits in 0.00s. */ -for (i=5;i<=100;i+=6) { - j = (i-1)/2 ; - k = (i-2)/3 ; - S1 ; -} |