aboutsummaryrefslogtreecommitdiff
path: root/test/expr-neg.qbe
blob: ab95a4af1a543411c32b0938dbc678b1d91a2a73 (plain)
1
2
3
4
5
6
7
8
9
10
export
function d $f(d %.1) {
@start.1
	%.2 =l alloc8 8
	stored %.1, %.2
@body.2
	%.3 =d loadd %.2
	%.4 =d neg %.3
	ret %.4
}