fix test on non-x86 hosts.
authorChris Lattner <sabre@nondot.org>
Mon, 5 Jul 2010 03:56:55 +0000 (03:56 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Jul 2010 03:56:55 +0000 (03:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107608 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/v2f32.ll

index 0b83ff81f455299a2b7cab44e981ac69456076f4..93ab68ee169df3942cac003e3f0239fc85195c11 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc < %s -march=x86-64 -asm-verbose=0 -o - | FileCheck %s -check-prefix=X64
-; RUN: llc < %s -march=x86 -asm-verbose=0 -o - | FileCheck %s -check-prefix=X32
+; RUN: llc < %s -mcpu=yonah -march=x86 -asm-verbose=0 -o - | FileCheck %s -check-prefix=X32
 
 ; PR7518
 define void @test1(<2 x float> %Q, float *%P2) nounwind {