summaryrefslogtreecommitdiff
path: root/test/multi-mm-1.c.ppl
diff options
context:
space:
mode:
Diffstat (limited to 'test/multi-mm-1.c.ppl')
-rw-r--r--test/multi-mm-1.c.ppl16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/multi-mm-1.c.ppl b/test/multi-mm-1.c.ppl
deleted file mode 100644
index 3079109..0000000
--- a/test/multi-mm-1.c.ppl
+++ /dev/null
@@ -1,16 +0,0 @@
-/* Generated from ./multi-mm-1.cloog by CLooG 0.15 64 bits in 0.01s. */
-for (i=0;i<=N;i++) {
- for (j=0;j<=i;j++) {
- S1 ;
- S2 ;
- }
-}
-for (i=N+1;i<=M;i++) {
- for (j=0;j<=N;j++) {
- S1 ;
- S2 ;
- }
- for (j=N+1;j<=i;j++) {
- S1 ;
- }
-}