From 476e62c459c98964e4517ca1558f26e61f5f2ccf Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 12 Apr 2010 22:40:37 +0000 Subject: Genericize the label test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101079 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/brcond.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/brcond.ll') 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 ; [#uses=1] -- cgit v1.2.3