aboutsummaryrefslogtreecommitdiff
path: root/test/float-promote.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'test/float-promote.qbe')
-rw-r--r--test/float-promote.qbe6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/float-promote.qbe b/test/float-promote.qbe
index 97638e7..069b939 100644
--- a/test/float-promote.qbe
+++ b/test/float-promote.qbe
@@ -3,9 +3,7 @@ function $f() {
@start.1
@body.2
%.1 =d exts s_1
- call $g1(d %.1)
- %.2 =d exts s_1
- call $g2(w 0, ..., d %.2)
- call $g3(s s_1)
+ call $g1(w 0, ..., d %.1)
+ call $g2(s s_1)
ret
}