diff options
Diffstat (limited to 'test/merge.c.ppl')
-rw-r--r-- | test/merge.c.ppl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/merge.c.ppl b/test/merge.c.ppl deleted file mode 100644 index 06a3770..0000000 --- a/test/merge.c.ppl +++ /dev/null @@ -1,10 +0,0 @@ -/* Generated from ./merge.cloog by CLooG 0.15 64 bits in 0.00s. */ -for (c1=0;c1<=10;c1++) { - if (c1 == 0) { - S1(i = 0) ; - } - if (c1 >= 2) { - S2(i = c1) ; - } - S3(i = c1) ; -} |