summaryrefslogtreecommitdiff
path: root/verify-chill/test_unroll_extra.py
diff options
context:
space:
mode:
Diffstat (limited to 'verify-chill/test_unroll_extra.py')
-rw-r--r--verify-chill/test_unroll_extra.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/verify-chill/test_unroll_extra.py b/verify-chill/test_unroll_extra.py
deleted file mode 100644
index 929313c..0000000
--- a/verify-chill/test_unroll_extra.py
+++ /dev/null
@@ -1,12 +0,0 @@
-from chill import *
-
-source('mm.c')
-procedure('mm')
-#format: rose
-loop(0)
-
-known('ambn > 0')
-known('an > 0')
-known('bm > 0')
-unroll_extra(1, 2, 4)
-print_code()