From ff3820a182bead50946ec41a36dc87e3675c5bef Mon Sep 17 00:00:00 2001 From: James Y Knight Date: Fri, 8 May 2015 14:04:54 +0000 Subject: [PATCH] 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 --- test/CodeGen/PowerPC/MergeConsecutiveStores.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1