summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-03-10 17:13:37 +0000
committerDale Johannesen <dalej@apple.com>2008-03-10 17:13:37 +0000
commit65aada6e8f29f30fcdb6c6827eb1330fd3d0738a (patch)
tree42db5565796162941b3fa4e149a8ab0b51754b2c /llvm/test
parent89fc4d4af7e8d77ea5e682378fbaf60746bcc4e9 (diff)
downloadbcm5719-llvm-65aada6e8f29f30fcdb6c6827eb1330fd3d0738a.tar.gz
bcm5719-llvm-65aada6e8f29f30fcdb6c6827eb1330fd3d0738a.zip
There is no "-mattr=+sse1" flag; fix test for non-x86 hosts.
llvm-svn: 48156
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/prefetch.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/X86/prefetch.ll b/llvm/test/CodeGen/X86/prefetch.ll
index bcc6e3ad3dd..003ce33fece 100644
--- a/llvm/test/CodeGen/X86/prefetch.ll
+++ b/llvm/test/CodeGen/X86/prefetch.ll
@@ -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:
OpenPOWER on IntegriCloud