From 35fe23157f37afd1c2bd7b335f9d58cbb458140b Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 12 Apr 2010 22:25:42 +0000 Subject: 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 --- test/CodeGen/X86/brcond.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/CodeGen/X86/brcond.ll') 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 ; [#uses=1] -- cgit v1.2.3