diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/win32-seh-nested-finally.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/win32-seh-nested-finally.ll | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/X86/win32-seh-nested-finally.ll b/llvm/test/CodeGen/X86/win32-seh-nested-finally.ll index 61bf79a76f8..c283a35d70c 100644 --- a/llvm/test/CodeGen/X86/win32-seh-nested-finally.ll +++ b/llvm/test/CodeGen/X86/win32-seh-nested-finally.ll @@ -72,9 +72,9 @@ attributes #3 = { noinline } ; CHECK: retl ; CHECK: L__ehtable$nested_finally: -; CHECK: .long -1 -; CHECK: .long 0 -; CHECK: .long LBB0_[[outer]] -; CHECK: .long 0 -; CHECK: .long 0 -; CHECK: .long LBB0_[[inner]] +; CHECK: .long -1 # ToState +; CHECK: .long 0 # Null +; CHECK: .long "?dtor$[[outer]]@?0?nested_finally@4HA" # FinallyFunclet +; CHECK: .long 0 # ToState +; CHECK: .long 0 # Null +; CHECK: .long "?dtor$[[inner]]@?0?nested_finally@4HA" # FinallyFunclet |