Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / FunctionResolve / 2003-07-23-CPR-Reference.ll
index 353b74fca294c3426a6494eb95374ef4777622b0..e1a29ec28246f1ca5a0eb1a2410b92a1839aa04c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -funcresolve | llvm-dis | not grep foo
+; RUN: llvm-upgrade < %s | llvm-as | opt -funcresolve | llvm-dis | not grep foo
 
 ; The funcresolve pass was resolving the two foo's together in this test,
 ; adding a ConstantPointerRef to one of them.  Then because of this