forked from OSchip/llvm-project
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. llvm-svn: 88997
This commit is contained in:
parent
82a1e6184a
commit
9dede3b383
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue