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