projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aae6ae
)
Correct test to test what I mean it to test.
author
Bill Wendling
<isanbard@gmail.com>
Mon, 12 Apr 2010 22:25:42 +0000
(22:25 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Mon, 12 Apr 2010 22:25:42 +0000
(22:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101077
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/brcond.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/brcond.ll
b/test/CodeGen/X86/brcond.ll
index 7e23896a24b110a65eccdcbf95f1bda2938edd7d..40a8b7822aa55cf3932fe23e6bc3e03d859574ab 100644
(file)
--- 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]