diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/win-catchpad-nested.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/win-catchpad-nested.ll | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/win-catchpad-nested.ll b/llvm/test/CodeGen/X86/win-catchpad-nested.ll index d803aaeb65d..25adfdf8c80 100644 --- a/llvm/test/CodeGen/X86/win-catchpad-nested.ll +++ b/llvm/test/CodeGen/X86/win-catchpad-nested.ll @@ -31,8 +31,10 @@ exit: ; Check the catchret targets ; CHECK-LABEL: test1: # @test1 -; CHECK: [[Exit:^[^: ]+]]: # %exit -; CHECK: [[OuterRet:^[^: ]+]]: # %outer.ret +; CHECK: [[Exit:^[^: ]+]]: # Block address taken +; CHECK-NEXT: # %exit +; CHECK: [[OuterRet:^[^: ]+]]: # Block address taken +; CHECK-NEXT: # %outer.ret ; CHECK-NEXT: leaq [[Exit]](%rip), %rax ; CHECK: retq # CATCHRET ; CHECK: {{^[^: ]+}}: # %inner.pad |