diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/seh-catchpad.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/seh-catchpad.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/seh-catchpad.ll b/llvm/test/CodeGen/X86/seh-catchpad.ll index 99ed454cfb0..b8f1753a0aa 100644 --- a/llvm/test/CodeGen/X86/seh-catchpad.ll +++ b/llvm/test/CodeGen/X86/seh-catchpad.ll @@ -147,7 +147,7 @@ __except.ret: ; preds = %catch.dispatch.7 ; CHECK: "?dtor$[[finbb]]@?0?main@4HA": ; CHECK: .seh_proc "?dtor$[[finbb]]@?0?main@4HA" -; CHECK: .seh_handler __C_specific_handler, @unwind, @except +; CHECK-NOT: .seh_handler ; CHECK: .LBB1_[[finbb]]: # %ehcleanup ; CHECK: movq %rdx, 16(%rsp) ; CHECK: pushq %rbp |

