aboutsummaryrefslogtreecommitdiff
path: root/test/uint32-to-float.qbe
blob: 75c2e1e5a5c2db304030dacd2b4e3921893eb90b (plain)
1
2
3
4
5
6
7
8
export
function s $f() {
@start.1
@body.2
	%.1 =w call $g()
	%.2 =s uwtof %.1
	ret %.2
}