diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/win32-eh.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/win32-eh.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/win32-eh.ll b/llvm/test/CodeGen/X86/win32-eh.ll index 3abaa49653b..6d816d7770c 100644 --- a/llvm/test/CodeGen/X86/win32-eh.ll +++ b/llvm/test/CodeGen/X86/win32-eh.ll @@ -37,7 +37,7 @@ catchall: ; CHECK: .section .xdata,"dr" ; CHECK-LABEL: L__ehtable$use_except_handler3: ; CHECK-NEXT: .long -1 -; CHECK-NEXT: .long 1 +; CHECK-NEXT: .long 0 ; CHECK-NEXT: .long Ltmp{{[0-9]+}} define void @use_except_handler4() { @@ -77,7 +77,7 @@ catchall: ; CHECK-NEXT: .long 9999 ; CHECK-NEXT: .long 0 ; CHECK-NEXT: .long -2 -; CHECK-NEXT: .long 1 +; CHECK-NEXT: .long 0 ; CHECK-NEXT: .long Ltmp{{[0-9]+}} define void @use_CxxFrameHandler3() { |

