[X86] Put no-op ADJCALLSTACK markers around all dynamic lowerings
[oota-llvm.git] / test / CodeGen / X86 / inalloca-stdcall.ll
index e5f6ea70e9cb4c8b141b6d0ccc55de361fb3cdbc..4f7e4092a99c00a23bb7ac440790da9aa8a6f390 100644 (file)
@@ -14,8 +14,9 @@ define void @g() {
   %f2 = getelementptr %Foo, %Foo* %b, i32 0, i32 1
   store i32 13, i32* %f1
   store i32 42, i32* %f2
-; CHECK: movl    $13, (%esp)
-; CHECK: movl    $42, 4(%esp)
+; CHECK: movl %esp, %eax
+; CHECK: movl    $13, (%eax)
+; CHECK: movl    $42, 4(%eax)
   call x86_stdcallcc void @f(%Foo* inalloca %b)
 ; CHECK: calll   _f@8
 ; CHECK-NOT: %esp