aboutsummaryrefslogtreecommitdiff
path: root/test/const-array.qbe
blob: 8648976cbd15c09e0cf40b7c60db50efd2e5840d (plain)
1
2
3
4
5
6
7
8
9
10
export
function $f(l %.1) {
@start.1
	%.2 =l alloc8 8
	storel %.1, %.2
@body.2
	%.3 =l extsw 0
	storel %.3, %.2
	ret
}