Use the llvm-upgrade program to upgrade llvm assembly.
llvm-svn: 32115
diff --git a/llvm/test/Regression/CodeGen/PowerPC/vec_zero.ll b/llvm/test/Regression/CodeGen/PowerPC/vec_zero.ll
index 09f6e37..c845c0e 100644
--- a/llvm/test/Regression/CodeGen/PowerPC/vec_zero.ll
+++ b/llvm/test/Regression/CodeGen/PowerPC/vec_zero.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep vxor
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mcpu=g5 | grep vxor
void %foo(<4 x float> *%P) {
%T = load <4 x float> * %P