summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/brcond.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/brcond.ll')
-rw-r--r--test/CodeGen/X86/brcond.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/brcond.ll b/test/CodeGen/X86/brcond.ll
index 7e23896a24..40a8b7822a 100644
--- a/test/CodeGen/X86/brcond.ll
+++ b/test/CodeGen/X86/brcond.ll
@@ -93,8 +93,9 @@ entry:
br i1 %3, label %bb2, label %bb1
; CHECK: jne
-; CHECK-NOT: jmp
; CHECK-NEXT: jnp
+; CHECK-NOT: jmp
+; CHECK-NEXT: LBB1_1
bb1: ; preds = %entry
%4 = fadd double %2, -1.000000e+00 ; <double> [#uses=1]