Revert r87049, which was the workaround for the regression triggered
authorDan Gohman <gohman@apple.com>
Mon, 16 Nov 2009 23:43:42 +0000 (23:43 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 16 Nov 2009 23:43:42 +0000 (23:43 +0000)
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

test/CodeGen/X86/tailcallstack64.ll

index 064219d97db2d5427f07eef824faa23980bc6478..69018aa13dd2c33db02d54171a2280331641f57c 100644 (file)
@@ -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