diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vec_insert.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/vec_insert.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vec_insert.ll b/llvm/test/CodeGen/PowerPC/vec_insert.ll index e09c1bae7a3..c7de289010d 100644 --- a/llvm/test/CodeGen/PowerPC/vec_insert.ll +++ b/llvm/test/CodeGen/PowerPC/vec_insert.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc32 -mcpu=g5 | grep sth +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -mcpu=g5 | grep sth define <8 x i16> @insert(<8 x i16> %foo, i16 %a) nounwind { entry: |