diff options
Diffstat (limited to 'test/iftest.c.ppl')
-rw-r--r-- | test/iftest.c.ppl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/iftest.c.ppl b/test/iftest.c.ppl deleted file mode 100644 index f722f15..0000000 --- a/test/iftest.c.ppl +++ /dev/null @@ -1,9 +0,0 @@ -/* Generated from ./iftest.cloog by CLooG 0.15 64 bits in 0.01s. */ -for (i=1;i<=n;i++) { - if (i <= 2*m) { - S1 ; - } - if (i >= max(2*m+1,m)) { - S1 ; - } -} |