mirror of
git://c9x.me/qbe.git
synced 2026-04-05 09:59:47 +00:00
formatting fixes in tests
This commit is contained in:
parent
5f40188f9e
commit
4f9b94a9b3
@ -3,9 +3,9 @@ type :obj = { l, l, l, l }
|
|||||||
export
|
export
|
||||||
function :obj $f(l %self) {
|
function :obj $f(l %self) {
|
||||||
@_0
|
@_0
|
||||||
%_1 =l alloc8 16
|
%_1 =l alloc8 16
|
||||||
storel 77, %_1
|
storel 77, %_1
|
||||||
ret %_1
|
ret %_1
|
||||||
}
|
}
|
||||||
|
|
||||||
# >>> driver
|
# >>> driver
|
||||||
|
|||||||
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
export function w $main() {
|
export function w $main() {
|
||||||
@_0
|
@_0
|
||||||
%_1 =w call $myfunc(l 1, l 2, l 3, l 4, l 5, l 6, l 7, l 8, l 9223372036854775807)
|
%_1 =w call $myfunc(l 1, l 2, l 3, l 4, l 5, l 6, l 7, l 8, l 9223372036854775807)
|
||||||
ret 0
|
ret 0
|
||||||
}
|
}
|
||||||
|
|
||||||
# >>> driver
|
# >>> driver
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user