Update test.

llvm-svn: 87049
This commit is contained in:
Daniel Dunbar 2009-11-13 01:01:58 +00:00
parent 956d71a63a
commit 3f75f5ddcb
1 changed files with 2 additions and 2 deletions

View File

@ -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