fix test on non-x86 hosts.

llvm-svn: 107608
This commit is contained in:
Chris Lattner 2010-07-05 03:56:55 +00:00
parent 1bbbc2e509
commit 431e81f2fb
1 changed files with 1 additions and 1 deletions

View 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 {