aboutsummaryrefslogtreecommitdiff
path: root/tests/float-promote.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'tests/float-promote.qbe')
-rw-r--r--tests/float-promote.qbe11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/float-promote.qbe b/tests/float-promote.qbe
deleted file mode 100644
index 052b1fa..0000000
--- a/tests/float-promote.qbe
+++ /dev/null
@@ -1,11 +0,0 @@
-export
-function $f() {
-@start.1
-@body.2
- %.1 =d exts s_0x1p+0
- call $g1(d %.1)
- %.2 =d exts s_0x1p+0
- call $g2(w 0, d %.2, ...)
- call $g3(s s_0x1p+0)
- ret
-}