diff options
Diffstat (limited to 'test/equality.c.ppl')
-rw-r--r-- | test/equality.c.ppl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/equality.c.ppl b/test/equality.c.ppl deleted file mode 100644 index b988057..0000000 --- a/test/equality.c.ppl +++ /dev/null @@ -1,11 +0,0 @@ -/* Generated from ./equality.cloog by CLooG 0.15 64 bits in 0.00s. */ -for (i0=0;i0<=5;i0++) { - for (i1=ceild(4*i0,5);i1<=floord(6*i0+20,5);i1++) { - if (2*i0 == i1) { - S1 ; - } - if (i1 == 4) { - S2 ; - } - } -} |