commit | 196b9cecbb72633b51c039f3a8edd9019c3f08b4 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri May 02 15:11:58 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri May 02 15:11:58 2008 +0000 |
tree | b15bea4527507c4ff3e7e4975877a2fe1cb1085d | |
parent | 0e3e01dd1bfb650ff1267af81c2222aa6f2ebeb8 [diff] |
specify an arch for non-x86 hosts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50576 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll b/test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll index dae3b83..d7b5f25 100644 --- 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()