diff options
| author | James Y Knight <jyknight@google.com> | 2015-05-08 14:04:54 +0000 |
|---|---|---|
| committer | James Y Knight <jyknight@google.com> | 2015-05-08 14:04:54 +0000 |
| commit | 38514d2177574010e80267a5592e3a4ca2ed0193 (patch) | |
| tree | 00532866f07ec11f0a8e30deca2861ae41a27dc2 | |
| parent | 3dfe4a87c891a3a73575272f742fb21b3d6ae7e1 (diff) | |
| download | bcm5719-llvm-38514d2177574010e80267a5592e3a4ca2ed0193.tar.gz bcm5719-llvm-38514d2177574010e80267a5592e3a4ca2ed0193.zip | |
Fix test added in r236850 for OSX builders.
Need to specify triple so that llvm emits the asm syntax that the
test expected.
llvm-svn: 236855
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/MergeConsecutiveStores.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/MergeConsecutiveStores.ll b/llvm/test/CodeGen/PowerPC/MergeConsecutiveStores.ll index 9a5d33f8967..977b3b701cc 100644 --- a/llvm/test/CodeGen/PowerPC/MergeConsecutiveStores.ll +++ b/llvm/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 |

