aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/tailcallstack64.ll
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-13 01:01:58 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-13 01:01:58 +0000
commit6242495be25d0e1be1839aa76a3c78ec36604cfa (patch)
treeb5dbe5523a2e82b19837830024e98a4e445d3bd5 /test/CodeGen/X86/tailcallstack64.ll
parentdda3978d7877d2d60390833c73ed24857295e89c (diff)
downloadexternal_llvm-6242495be25d0e1be1839aa76a3c78ec36604cfa.zip
external_llvm-6242495be25d0e1be1839aa76a3c78ec36604cfa.tar.gz
external_llvm-6242495be25d0e1be1839aa76a3c78ec36604cfa.tar.bz2
Update test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@87049 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/tailcallstack64.ll')
-rw-r--r--test/CodeGen/X86/tailcallstack64.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/tailcallstack64.ll b/test/CodeGen/X86/tailcallstack64.ll
index 69018aa..064219d 100644
--- a/test/CodeGen/X86/tailcallstack64.ll
+++ b/test/CodeGen/X86/tailcallstack64.ll
@@ -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