PowerPC: Add a triple to this test
authorJustin Bogner <mail@justinbogner.com>
Fri, 5 Aug 2016 21:49:54 +0000 (21:49 +0000)
committerJustin Bogner <mail@justinbogner.com>
Fri, 5 Aug 2016 21:49:54 +0000 (21:49 +0000)
This is running opt without specifying a triple, which isn't correct.

llvm-svn: 277875

llvm/test/CodeGen/PowerPC/vec_shuffle.ll

index a4d2a75..41a884d 100644 (file)
@@ -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