Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / FunctionResolve / 2003-08-23-ArgumentWarning.ll
index 8d89c7d4a4f63b78ec006e2ea971fc7cd24f97a3..4e0a4aff9dbc5950d13b810433d628d3082de75d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -funcresolve -disable-output 2>&1 | not grep WARNING
+; RUN: llvm-upgrade < %s | llvm-as | opt -funcresolve -disable-output 2>&1 | not grep WARNING
 
 declare int %foo(int *%X)
 declare int %foo(float *%X)