diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vec_zero.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/vec_zero.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vec_zero.ll b/llvm/test/CodeGen/PowerPC/vec_zero.ll index 81bb320299d..fe198bc8a55 100644 --- a/llvm/test/CodeGen/PowerPC/vec_zero.ll +++ b/llvm/test/CodeGen/PowerPC/vec_zero.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc32 -mcpu=g5 | grep vxor +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -mcpu=g5 | grep vxor define void @foo(<4 x float>* %P) { %T = load <4 x float>, <4 x float>* %P ; <<4 x float>> [#uses=1] |