Make sure this forces the x86 targets
authorChris Lattner <sabre@nondot.org>
Thu, 26 Aug 2010 05:25:05 +0000 (05:25 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Aug 2010 05:25:05 +0000 (05:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112169 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/sse1.ll

index 2c1acb627357dcd8974f8f632894dc2c5393a063..8ef665b755f5b74280d0d8f4e4c9bc79b16ff12c 100644 (file)
@@ -1,5 +1,6 @@
 ; Tests for SSE1 and below, without SSE2+.
-; RUN: llc < %s -mcpu=pentium3 -O3 | FileCheck %s
+; RUN: llc < %s -march=x86 -mcpu=pentium3 -O3 | FileCheck %s
+; RUN: llc < %s -march=x86-64 -mcpu=pentium3 -O3 | FileCheck %s
 
 define <8 x i16> @test1(<8 x i32> %a) nounwind {
 ; CHECK: test1