diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/seh-except-finally.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/seh-except-finally.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/seh-except-finally.ll b/llvm/test/CodeGen/X86/seh-except-finally.ll index c15ecfcd77b..b29788cd015 100644 --- a/llvm/test/CodeGen/X86/seh-except-finally.ll +++ b/llvm/test/CodeGen/X86/seh-except-finally.ll @@ -79,6 +79,7 @@ __try.cont: ; preds = %__except, %invoke.c ; CHECK: retq ; ; CHECK: .seh_handlerdata +; CHECK-NEXT: .Luse_both$parent_frame_offset ; CHECK-NEXT: .long (.Llsda_end0-.Llsda_begin0)/16 ; CHECK-NEXT: .Llsda_begin0: ; CHECK-NEXT: .long .Ltmp0@IMGREL+1 |