Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / IsDigit.ll
index 9837fa08f0547b425af32017de58da42afe6e81a..1386c14eadba4294504a5cf6f0338ee2ceab9567 100644 (file)
@@ -1,5 +1,5 @@
 ; Test that the IsDigitOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call' 
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplify-libcalls | llvm-dis | not grep 'call' 
 
 declare int %isdigit(int)
 declare int %isascii(int)