aboutsummaryrefslogtreecommitdiff
path: root/tests/builtin-alloca.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'tests/builtin-alloca.qbe')
-rw-r--r--tests/builtin-alloca.qbe12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/builtin-alloca.qbe b/tests/builtin-alloca.qbe
deleted file mode 100644
index 75a1fe1..0000000
--- a/tests/builtin-alloca.qbe
+++ /dev/null
@@ -1,12 +0,0 @@
-export
-function $f() {
-@start.1
- %.1 =l alloc8 8
-@body.2
- %.2 =l add %.1, 0
- %.3 =l extsw 32
- %.4 =l alloc16 %.3
- %.5 =l copy %.4
- storel %.5, %.2
- ret
-}