aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/inalloca-invoke.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/inalloca-invoke.ll')
-rw-r--r--test/CodeGen/X86/inalloca-invoke.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/inalloca-invoke.ll b/test/CodeGen/X86/inalloca-invoke.ll
index 6cff9ac..cc11ab3 100644
--- a/test/CodeGen/X86/inalloca-invoke.ll
+++ b/test/CodeGen/X86/inalloca-invoke.ll
@@ -31,13 +31,13 @@ blah:
to label %invoke.cont unwind label %lpad
; Uses end as sret param.
-; CHECK: movl %[[end]], (%esp)
+; CHECK: pushl %[[end]]
; CHECK: calll _plus
invoke.cont:
call void @begin(%Iter* sret %beg)
-; CHECK: movl %[[beg]],
+; CHECK: pushl %[[beg]]
; CHECK: calll _begin
invoke void @reverse(%frame.reverse* inalloca align 4 %rev_args)