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:
b609339
)
specify an arch for non-x86 hosts.
author
Chris Lattner
<sabre@nondot.org>
Fri, 2 May 2008 15:11:58 +0000
(15:11 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 2 May 2008 15:11:58 +0000
(15:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50576
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll
b/test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll
index dae3b83b1af6aab20cbdc67c537b99513d3d449d..d7b5f25de6c9af9381e74dea99f321c5532ad945 100644
(file)
--- a/
test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll
+++ b/
test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll
@@
-1,4
+1,4
@@
-; RUN: llvm-as < %s | llc -enable-unsafe-fp-math | grep jnp
+; RUN: llvm-as < %s | llc -enable-unsafe-fp-math
-march=x86
| grep jnp
; rdar://5902801
declare void @test2()