There is no "-mattr=+sse1" flag; fix test for non-x86 hosts.

llvm-svn: 48156
This commit is contained in:
Dale Johannesen 2008-03-10 17:13:37 +00:00
parent 89fc4d4af7
commit 65aada6e8f
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse1 | grep prefetchnta
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse1 | grep prefetcht0
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse1 | grep prefetcht1
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse1 | grep prefetcht2
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse | grep prefetchnta
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse | grep prefetcht0
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse | grep prefetcht1
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse | grep prefetcht2
define void @t(i8* %ptr) nounwind {
entry: