Use the llvm-upgrade program to upgrade llvm assembly.

llvm-svn: 32115
diff --git a/llvm/test/Regression/CodeGen/PowerPC/and_sra.ll b/llvm/test/Regression/CodeGen/PowerPC/and_sra.ll
index 6b315e1..abfa9f1 100644
--- a/llvm/test/Regression/CodeGen/PowerPC/and_sra.ll
+++ b/llvm/test/Regression/CodeGen/PowerPC/and_sra.ll
@@ -1,5 +1,5 @@
 ; Neither of these functions should contain algebraic right shifts
-; RUN: llvm-as < %s | llc -march=ppc32 | not grep srawi 
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep srawi 
 
 int %test1(uint %mode.0.i.0) {
         %tmp.79 = cast uint %mode.0.i.0 to int        ; <sbyte> [#uses=1]