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.qbe2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/float-promote.qbe b/test/float-promote.qbe
index 5dad07c..97638e7 100644
--- a/test/float-promote.qbe
+++ b/test/float-promote.qbe
@@ -5,7 +5,7 @@ function $f() {
%.1 =d exts s_1
call $g1(d %.1)
%.2 =d exts s_1
- call $g2(w 0, d %.2, ...)
+ call $g2(w 0, ..., d %.2)
call $g3(s s_1)
ret
}