diff options
| author | Justin Bogner <mail@justinbogner.com> | 2016-08-05 21:49:54 +0000 |
|---|---|---|
| committer | Justin Bogner <mail@justinbogner.com> | 2016-08-05 21:49:54 +0000 |
| commit | 6863027f001d92572da9a66fc634bd23cab1f2e6 (patch) | |
| tree | 11d39b98963b2c3a4d4ccfdb1b37d98b5da230da /llvm/test | |
| parent | 9cba2e2d97e88633bf5a42ec2f73121f0a72a8d4 (diff) | |
| download | bcm5719-llvm-6863027f001d92572da9a66fc634bd23cab1f2e6.tar.gz bcm5719-llvm-6863027f001d92572da9a66fc634bd23cab1f2e6.zip | |
PowerPC: Add a triple to this test
This is running opt without specifying a triple, which isn't correct.
llvm-svn: 277875
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/vec_shuffle.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vec_shuffle.ll b/llvm/test/CodeGen/PowerPC/vec_shuffle.ll index a4d2a75be3e..41a884dfc8c 100644 --- a/llvm/test/CodeGen/PowerPC/vec_shuffle.ll +++ b/llvm/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 |

