aboutsummaryrefslogtreecommitdiff
path: root/test/float-promote.qbe
blob: 97638e7f73308195a86f19a206d6291fefa3eec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
export
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)
	ret
}