From 0b11cbacceb53929d3a067472feffa2ecaa247b1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 2 May 2008 15:11:58 +0000 Subject: specify an arch for non-x86 hosts. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen') diff --git a/test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll b/test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll index dae3b83b1a..d7b5f25de6 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() -- cgit v1.2.3