aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/2006-04-05-splat-ish.ll
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-12-21 00:01:42 +0000
committerJim Laskey <jlaskey@mac.com>2006-12-21 00:01:42 +0000
commitbc9154641ba4a725624d98a0246c68864ca9e786 (patch)
tree727d85ad491416966170edab1f40366bc343183c /test/CodeGen/PowerPC/2006-04-05-splat-ish.ll
parent2aa14aad985aac64076437cdf91ec5b54f07f011 (diff)
downloadexternal_llvm-bc9154641ba4a725624d98a0246c68864ca9e786.zip
external_llvm-bc9154641ba4a725624d98a0246c68864ca9e786.tar.gz
external_llvm-bc9154641ba4a725624d98a0246c68864ca9e786.tar.bz2
These tests all rely on using register mnemonics and thus must behave in the
world of darwin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32725 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/2006-04-05-splat-ish.ll')
-rw-r--r--test/CodeGen/PowerPC/2006-04-05-splat-ish.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/2006-04-05-splat-ish.ll b/test/CodeGen/PowerPC/2006-04-05-splat-ish.ll
index 1aca3e3..a6918aa 100644
--- a/test/CodeGen/PowerPC/2006-04-05-splat-ish.ll
+++ b/test/CodeGen/PowerPC/2006-04-05-splat-ish.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mcpu=g5 | grep 'vspltish v.*, 10'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 -mcpu=g5 | grep 'vspltish v.*, 10'
void %test(<8 x short>* %P) {
%tmp = load <8 x short>* %P ; <<8 x short>> [#uses=1]