aboutsummaryrefslogtreecommitdiff
path: root/test/float-promote.qbe
blob: 5dad07c87fd0cb8ba51977fa8b7daff6eb85f452 (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
}