mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +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:
@@ -5,10 +5,10 @@
|
|||||||
; CHECK: movl %edi, %eax
|
; CHECK: movl %edi, %eax
|
||||||
; Move param %in1 to temp register (%r10d).
|
; Move param %in1 to temp register (%r10d).
|
||||||
; CHECK: movl 40(%rsp), %r10d
|
; CHECK: movl 40(%rsp), %r10d
|
||||||
; Move param %in2 to stack.
|
|
||||||
; CHECK: movl %r10d, 32(%rsp)
|
|
||||||
; Move result of addition to stack.
|
; Move result of addition to stack.
|
||||||
; CHECK: movl %eax, 40(%rsp)
|
; CHECK: movl %eax, 40(%rsp)
|
||||||
|
; Move param %in2 to stack.
|
||||||
|
; CHECK: movl %r10d, 32(%rsp)
|
||||||
; Eventually, do a TAILCALL
|
; Eventually, do a TAILCALL
|
||||||
; CHECK: TAILCALL
|
; CHECK: TAILCALL
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user