Fix test added in r236850 for OSX builders.
authorJames Y Knight <jyknight@google.com>
Fri, 8 May 2015 14:04:54 +0000 (14:04 +0000)
committerJames Y Knight <jyknight@google.com>
Fri, 8 May 2015 14:04:54 +0000 (14:04 +0000)
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

test/CodeGen/PowerPC/MergeConsecutiveStores.ll

index 9a5d33f8967f44dc2d20ef5a2843340532561e23..977b3b701cce1329c72b59a2740ff014c0afaa9b 100644 (file)
@@ -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