mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Update test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@87049 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dda3978d78
commit
6242495be2
@ -5,10 +5,10 @@
|
||||
; CHECK: movl %edi, %eax
|
||||
; Move param %in1 to temp register (%r10d).
|
||||
; CHECK: movl 40(%rsp), %r10d
|
||||
; Move param %in2 to stack.
|
||||
; CHECK: movl %r10d, 32(%rsp)
|
||||
; Move result of addition to stack.
|
||||
; CHECK: movl %eax, 40(%rsp)
|
||||
; Move param %in2 to stack.
|
||||
; CHECK: movl %r10d, 32(%rsp)
|
||||
; Eventually, do a TAILCALL
|
||||
; CHECK: TAILCALL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user