Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / ConstProp / calls.ll
index fb924d8b55df03dab4b464a5ae0279dbdb1a7583..35efe8dfed8b741c8a2543ddef4c07f411402554 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -constprop | llvm-dis | not grep call
+; RUN: llvm-upgrade < %s | llvm-as | opt -constprop | llvm-dis | not grep call
 
 declare double %cos(double)
 declare double %sin(double)