lli: Switch to using ParseIRFile, for consistency with other LLVM tools.
[oota-llvm.git] / test / ExecutionEngine / 2003-08-15-AllocaAssertion.ll
index 6c90b33cb43193553d88f0a5d7848f83c9db4c85..5970628eaedf6ab8b9ebe020e9c774370e45269e 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as %s -o %t.bc
-; RUN: lli %t.bc > /dev/null
+; RUN: lli %s > /dev/null
 
 ; This testcase failed to work because two variable sized allocas confused the
 ; local register allocator.