diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vec_shift.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/vec_shift.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vec_shift.ll b/llvm/test/CodeGen/PowerPC/vec_shift.ll index 0cc699cee42..646fb5f3866 100644 --- a/llvm/test/CodeGen/PowerPC/vec_shift.ll +++ b/llvm/test/CodeGen/PowerPC/vec_shift.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 +; RUN: llc < %s -march=ppc32 -mcpu=g5 ; PR3628 define void @update(<4 x i32> %val, <4 x i32>* %dst) nounwind { |

