summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/vec_shuffle.ll
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2016-08-05 21:49:54 +0000
committerJustin Bogner <mail@justinbogner.com>2016-08-05 21:49:54 +0000
commit029b0600e1370caa2a943d8640096a13530e69ca (patch)
tree8a2481c499508a51c4cb539859e31c5b6146e877 /test/CodeGen/PowerPC/vec_shuffle.ll
parentb081e9c1df4aede92a3689735d01151ba2c8c3d0 (diff)
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
Diffstat (limited to 'test/CodeGen/PowerPC/vec_shuffle.ll')
-rw-r--r--test/CodeGen/PowerPC/vec_shuffle.ll2
1 files changed, 1 insertions, 1 deletions
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