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