diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-04-12 22:25:42 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-04-12 22:25:42 +0000 |
commit | 35fe23157f37afd1c2bd7b335f9d58cbb458140b (patch) | |
tree | 5de2d079ff8c28d36d8523d01cd7196fe840d2dd /test/CodeGen | |
parent | 2aae6ae57249de3de4de5d2f688b6e7cecae13f6 (diff) | |
download | external_llvm-35fe23157f37afd1c2bd7b335f9d58cbb458140b.zip external_llvm-35fe23157f37afd1c2bd7b335f9d58cbb458140b.tar.gz external_llvm-35fe23157f37afd1c2bd7b335f9d58cbb458140b.tar.bz2 |
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')
-rw-r--r-- | test/CodeGen/X86/brcond.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/brcond.ll b/test/CodeGen/X86/brcond.ll index 7e23896..40a8b78 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] |