summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/brcond.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-04-12 22:40:37 +0000
committerBill Wendling <isanbard@gmail.com>2010-04-12 22:40:37 +0000
commit476e62c459c98964e4517ca1558f26e61f5f2ccf (patch)
tree2d44e8ea1e8e0b57fff1917eebef6958b27b6608 /test/CodeGen/X86/brcond.ll
parent35fe23157f37afd1c2bd7b335f9d58cbb458140b (diff)
downloadllvm-476e62c459c98964e4517ca1558f26e61f5f2ccf.tar.gz
llvm-476e62c459c98964e4517ca1558f26e61f5f2ccf.tar.bz2
llvm-476e62c459c98964e4517ca1558f26e61f5f2ccf.tar.xz
Genericize the label test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101079 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/brcond.ll')
-rw-r--r--test/CodeGen/X86/brcond.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/brcond.ll b/test/CodeGen/X86/brcond.ll
index 40a8b7822a..fa74aa3c9a 100644
--- a/test/CodeGen/X86/brcond.ll
+++ b/test/CodeGen/X86/brcond.ll
@@ -95,7 +95,7 @@ entry:
; CHECK: jne
; CHECK-NEXT: jnp
; CHECK-NOT: jmp
-; CHECK-NEXT: LBB1_1
+; CHECK-NEXT: LBB
bb1: ; preds = %entry
%4 = fadd double %2, -1.000000e+00 ; <double> [#uses=1]