Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / FunctionResolve / basictest.ll
index 7e9468713297f021912f5876cd06ad32a65cc17d..866ae8e54b561dc45d9964fcb1615d8f927c4daf 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -funcresolve -instcombine | llvm-dis | grep '\.\.\.' | not grep call
+; RUN: llvm-upgrade < %s | llvm-as | opt -funcresolve -instcombine | llvm-dis | grep '\.\.\.' | not grep call
 
 declare int %foo(...)