diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/catchret-empty-fallthrough.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/catchret-empty-fallthrough.ll | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/X86/catchret-empty-fallthrough.ll b/llvm/test/CodeGen/X86/catchret-empty-fallthrough.ll index 7ad10330317..5405d570b15 100644 --- a/llvm/test/CodeGen/X86/catchret-empty-fallthrough.ll +++ b/llvm/test/CodeGen/X86/catchret-empty-fallthrough.ll @@ -34,14 +34,12 @@ return: ; preds = %catch, %entry ; CHECK-LABEL: foo: # @foo ; CHECK: testb $1, %cl -; CHECK: je .LBB0_[[try:[0-9]+]] -; CHECK: .LBB0_[[return:[0-9]+]]: -; CHECK: retq -; CHECK: .LBB0_[[try]]: +; CHECK: jne .LBB0_[[return:[0-9]+]] ; CHECK: .Ltmp0: ; CHECK: callq bar ; CHECK: .Ltmp1: ; CHECK: .LBB0_[[catch:[0-9]+]]: +; CHECK: .LBB0_[[return]]: ; CHECK: .seh_handlerdata ; CHECK-NEXT: .Lfoo$parent_frame_offset = 32 |