summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Y Knight <jyknight@google.com>2015-05-08 14:04:54 +0000
committerJames Y Knight <jyknight@google.com>2015-05-08 14:04:54 +0000
commitff3820a182bead50946ec41a36dc87e3675c5bef (patch)
tree94c9131c444601fb173226e14d1496c728462a9d
parent900e1d07664c1d57e52db993381e0382805db3c2 (diff)
Fix test added in r236850 for OSX builders.
Need to specify triple so that llvm emits the asm syntax that the test expected. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236855 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/PowerPC/MergeConsecutiveStores.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/MergeConsecutiveStores.ll b/test/CodeGen/PowerPC/MergeConsecutiveStores.ll
index 9a5d33f8967..977b3b701cc 100644
--- a/test/CodeGen/PowerPC/MergeConsecutiveStores.ll
+++ b/test/CodeGen/PowerPC/MergeConsecutiveStores.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=ppc32 -mattr=+altivec < %s | FileCheck %s
+; RUN: llc -march=ppc32 -mtriple=powerpc-unknown-linux-gnu -mattr=+altivec < %s | FileCheck %s
;; This test ensures that MergeConsecutiveStores does not attempt to
;; merge stores or loads when doing so would result in unaligned