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