aboutsummaryrefslogtreecommitdiff
path: root/test/func-array-param.qbe
blob: 84c6d7c6d2c6b9d6a901cb6c566855e721534ced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
function $f(l %.1, l %.3, l %.5, l %.7) {
@start.1
	%.2 =l alloc8 8
	storel %.1, %.2
	%.4 =l alloc8 8
	storel %.3, %.4
	%.6 =l alloc8 8
	storel %.5, %.6
	%.8 =l alloc8 8
	storel %.7, %.8
@body.2
	ret
}