From 029b0600e1370caa2a943d8640096a13530e69ca Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Fri, 5 Aug 2016 21:49:54 +0000 Subject: PowerPC: Add a triple to this test This is running opt without specifying a triple, which isn't correct. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277875 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/vec_shuffle.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/PowerPC/vec_shuffle.ll') diff --git a/test/CodeGen/PowerPC/vec_shuffle.ll b/test/CodeGen/PowerPC/vec_shuffle.ll index a4d2a75be3e..41a884dfc8c 100644 --- a/test/CodeGen/PowerPC/vec_shuffle.ll +++ b/test/CodeGen/PowerPC/vec_shuffle.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -instcombine | \ +; RUN: opt -mtriple=powerpc-apple-darwin < %s -instcombine | \ ; RUN: llc -march=ppc32 -mcpu=g5 | not grep vperm ; RUN: llc -verify-machineinstrs < %s -march=ppc32 -mcpu=g5 > %t ; RUN: grep vsldoi %t | count 2 -- cgit v1.2.3