Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / SCCP / 2002-05-02-EdgeFailure.ll
index 9eeca701236d0115ecc2e3b0d94b4b5dfe8c5fd7..2136ca644c8116d594a39f10f5bf6acd63628810 100644 (file)
@@ -5,7 +5,7 @@
 ; real benchmark (mst from Olden benchmark, MakeGraph function).  When SCCP is
 ; fixed, this should be eliminated by a single SCCP application.
 ;
-; RUN: llvm-as < %s | opt -sccp | llvm-dis | not grep loop
+; RUN: llvm-upgrade < %s | llvm-as | opt -sccp | llvm-dis | not grep loop
 
 int* %test() {
 bb1: