specify an arch for non-x86 hosts.
authorChris Lattner <sabre@nondot.org>
Fri, 2 May 2008 15:11:58 +0000 (15:11 +0000)
committerChris 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

index dae3b83b1af6aab20cbdc67c537b99513d3d449d..d7b5f25de6c9af9381e74dea99f321c5532ad945 100644 (file)
@@ -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()