aboutsummaryrefslogtreecommitdiff
path: root/test/initializer-replace-local.qbe
blob: 72ad90a11fc9d69fe7e48fd74abdc6ea2d0c5bf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
export
function $f() {
@start.1
	%.1 =l alloc4 6
@body.2
	%.2 =l add %.1, 0
	storeb 104, %.2
	%.3 =l add %.1, 1
	storeb 101, %.3
	%.4 =l add %.1, 2
	storeb 108, %.4
	%.5 =l add %.1, 3
	storeb 108, %.5
	%.6 =l add %.1, 4
	storeb 111, %.6
	%.7 =l add %.1, 1
	%.8 =w copy 97
	storeb %.8, %.7
	%.9 =l add %.1, 5
	storeb 0, %.9
	ret
}