lli: Switch to using ParseIRFile, for consistency with other LLVM tools.
[oota-llvm.git] / test / ExecutionEngine / 2005-12-02-TailCallBug.ll
index 59a40ae814036348f9decb5549aaf8859908efe6..83236888c645bf2dbf8c94db8364026994d6a71b 100644 (file)
@@ -1,5 +1,5 @@
 ; PR672
-; RUN: llvm-as < %s | lli
+; RUN: lli %s
 
 define i32 @main() {
        %f = bitcast i32 (i32, i32*, i32)* @check_tail to i32*          ; <i32*> [#uses=1]