Use the llvm-upgrade program to upgrade llvm assembly.

llvm-svn: 32115
diff --git a/llvm/test/Regression/CodeGen/X86/or-branch.ll b/llvm/test/Regression/CodeGen/X86/or-branch.ll
index 5ad7fa1..62f7455 100644
--- a/llvm/test/Regression/CodeGen/X86/or-branch.ll
+++ b/llvm/test/Regression/CodeGen/X86/or-branch.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep set
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep set
 
 void %foo(int %X, int %Y, int %Z) {
 entry: