Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / Inline / 2004-04-15-InlineDeletesCall.ll
index 8ac123f32cc9b85f5d22ba5786d7d9ccfc5e84b1..e1ecaed83ed09e486f7fe9eab9c11bd512657075 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -inline -disable-output
+; RUN: llvm-upgrade < %s | llvm-as | opt -inline -disable-output
 
 ; Inlining the first call caused the inliner function to delete the second
 ; call.  Then the inliner tries to inline the second call, which no longer