diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/inalloca-ctor.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/inalloca-ctor.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/inalloca-ctor.ll b/llvm/test/CodeGen/X86/inalloca-ctor.ll index f13d537d90b..eba4e72f933 100644 --- a/llvm/test/CodeGen/X86/inalloca-ctor.ll +++ b/llvm/test/CodeGen/X86/inalloca-ctor.ll @@ -12,8 +12,8 @@ define void @g() { entry: %args = alloca inalloca %frame %c = getelementptr %frame, %frame* %args, i32 0, i32 2 -; CHECK: pushl %eax -; CHECK: subl $16, %esp +; CHECK: movl $20, %eax +; CHECK: calll __chkstk ; CHECK: movl %esp, call void @Foo_ctor(%Foo* %c) ; CHECK: leal 12(%{{.*}}), |

