summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/brcond.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-04-12 22:25:42 +0000
committerBill Wendling <isanbard@gmail.com>2010-04-12 22:25:42 +0000
commit35fe23157f37afd1c2bd7b335f9d58cbb458140b (patch)
tree5de2d079ff8c28d36d8523d01cd7196fe840d2dd /test/CodeGen/X86/brcond.ll
parent2aae6ae57249de3de4de5d2f688b6e7cecae13f6 (diff)
downloadllvm-35fe23157f37afd1c2bd7b335f9d58cbb458140b.tar.gz
llvm-35fe23157f37afd1c2bd7b335f9d58cbb458140b.tar.bz2
llvm-35fe23157f37afd1c2bd7b335f9d58cbb458140b.tar.xz
Correct test to test what I mean it to test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101077 91177308-0d34-0410-b5e6-96231b3b80d8
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]