diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/seh-catch-all-win32.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/seh-catch-all-win32.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/seh-catch-all-win32.ll b/llvm/test/CodeGen/X86/seh-catch-all-win32.ll index 1195bbedd8f..5ecf37e5248 100644 --- a/llvm/test/CodeGen/X86/seh-catch-all-win32.ll +++ b/llvm/test/CodeGen/X86/seh-catch-all-win32.ll @@ -75,8 +75,8 @@ entry: ; CHECK: movl -24(%ebp), %esp ; EH state -1 ; CHECK: movl [[code_offs]](%ebp), %[[code:[a-z]+]] -; CHECK-DAG: movl %[[code]], 4(%esp) -; CHECK-DAG: movl $_str, (%esp) +; CHECK: pushl %[[code]] +; CHECK: pushl $_str ; CHECK: calll _printf ; CHECK: .section .xdata,"dr" |