aboutsummaryrefslogtreecommitdiff
path: root/tests/local-init.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'tests/local-init.qbe')
-rw-r--r--tests/local-init.qbe22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/local-init.qbe b/tests/local-init.qbe
deleted file mode 100644
index 8d7346a..0000000
--- a/tests/local-init.qbe
+++ /dev/null
@@ -1,22 +0,0 @@
-export
-function $f() {
-@start.1
- %.1 =l alloc8 32
-@body.2
- %.2 =l add %.1, 0
- %.3 =w copy 97
- storeb %.3, %.2
- %.4 =l add %.1, 1
- storeb 0, %.4
- %.5 =l add %.1, 2
- storeh 0, %.5
- %.6 =l add %.1, 4
- storew 0, %.6
- %.7 =l add %.1, 8
- storel 0, %.7
- %.8 =l add %.1, 16
- storel 0, %.8
- %.9 =l add %.1, 24
- storel 0, %.9
- ret
-}