aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/tailcallstack64.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-11-16 23:43:42 +0000
committerDan Gohman <gohman@apple.com>2009-11-16 23:43:42 +0000
commit10190cceec5369cd49fc26df173b5902c44b0931 (patch)
treed2d97ad9e758065492990ec2988779ee0959e200 /test/CodeGen/X86/tailcallstack64.ll
parentfeada9462b4917fe48e18fca8d21335b3c51e802 (diff)
downloadexternal_llvm-10190cceec5369cd49fc26df173b5902c44b0931.zip
external_llvm-10190cceec5369cd49fc26df173b5902c44b0931.tar.gz
external_llvm-10190cceec5369cd49fc26df173b5902c44b0931.tar.bz2
Revert r87049, which was the workaround for the regression triggered
by the recent FixedStackPseudoSourceValue-related changes, now that the specific bug that affected it is fixed, in r88954. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88997 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 064219d..69018aa 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 result of addition to stack.
-; CHECK: movl %eax, 40(%rsp)
; Move param %in2 to stack.
; CHECK: movl %r10d, 32(%rsp)
+; Move result of addition to stack.
+; CHECK: movl %eax, 40(%rsp)
; Eventually, do a TAILCALL
; CHECK: TAILCALL