diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/win-catchpad-csrs.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/win-catchpad-csrs.ll | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/win-catchpad-csrs.ll b/llvm/test/CodeGen/X86/win-catchpad-csrs.ll index 32031e2787e..616253e2701 100644 --- a/llvm/test/CodeGen/X86/win-catchpad-csrs.ll +++ b/llvm/test/CodeGen/X86/win-catchpad-csrs.ll @@ -113,7 +113,8 @@ catchendblock: ; preds = %catch, ; X64: callq useints ; X64: movl $1, %ecx ; X64: callq f -; X64: [[contbb:\.LBB0_[0-9]+]]: # %try.cont +; X64: [[contbb:\.LBB0_[0-9]+]]: # Block address taken +; X64-NEXT: # %try.cont ; X64: addq $40, %rsp ; X64: popq %rbp ; X64: retq @@ -188,7 +189,8 @@ catchendblock: ; preds = %catch, ; X64: callq useints ; X64: movl $1, %ecx ; X64: callq f -; X64: [[contbb:\.LBB1_[0-9]+]]: # %try.cont +; X64: [[contbb:\.LBB1_[0-9]+]]: # Block address taken +; X64-NEXT: # %try.cont ; X64: addq $40, %rsp ; X64-NOT: popq ; X64: popq %rsi @@ -249,7 +251,8 @@ catchendblock: ; preds = %catch, ; X64: .seh_endprologue ; X64: movl $1, %ecx ; X64: callq f -; X64: [[contbb:\.LBB2_[0-9]+]]: # %try.cont +; X64: [[contbb:\.LBB2_[0-9]+]]: # Block address taken +; X64-NEXT: # %try.cont ; X64: addq $48, %rsp ; X64-NOT: popq ; X64: popq %rbp |

