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