diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/block-placement.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/block-placement.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/X86/block-placement.ll b/llvm/test/CodeGen/X86/block-placement.ll index 807dfe464cb..39e29640724 100644 --- a/llvm/test/CodeGen/X86/block-placement.ll +++ b/llvm/test/CodeGen/X86/block-placement.ll @@ -478,12 +478,12 @@ define void @fpcmp_unanalyzable_branch(i1 %cond) { ; CHECK-LABEL: fpcmp_unanalyzable_branch: ; CHECK: # BB#0: # %entry ; CHECK: # BB#1: # %entry.if.then_crit_edge -; CHECK: .LBB10_5: # %if.then -; CHECK: .LBB10_6: # %if.end +; CHECK: .LBB10_4: # %if.then +; CHECK: .LBB10_5: # %if.end ; CHECK: # BB#3: # %exit ; CHECK: jne .LBB10_4 -; CHECK-NEXT: jnp .LBB10_6 -; CHECK: jmp .LBB10_5 +; CHECK-NEXT: jnp .LBB10_5 +; CHECK-NEXT: jmp .LBB10_4 entry: ; Note that this branch must be strongly biased toward |

