diff options
Diffstat (limited to 'test/iftest.c.ppl')
-rw-r--r-- | test/iftest.c.ppl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/iftest.c.ppl b/test/iftest.c.ppl new file mode 100644 index 0000000..f722f15 --- /dev/null +++ b/test/iftest.c.ppl @@ -0,0 +1,9 @@ +/* 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 ; + } +} |