aboutsummaryrefslogtreecommitdiff
path: root/test/float-promote.qbe
blob: 069b9393982af04c978bd9ab23655aad6961bb73 (plain)
1
2
3
4
5
6
7
8
9
export
function $f() {
@start.1
@body.2
	%.1 =d exts s_1
	call $g1(w 0, ..., d %.1)
	call $g2(s s_1)
	ret
}