lli: Switch to using ParseIRFile, for consistency with other LLVM tools.
[oota-llvm.git] / test / ExecutionEngine / 2010-01-15-UndefValue.ll
index 33ca63a02050abe4924bf6889cc9da69c6e77c40..6e7a392125e18802be93a9dd55297201e008478a 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as %s -o %t.bc
-; RUN: lli -force-interpreter=true %t.bc
+; RUN: lli -force-interpreter=true %s
 
 define i32 @main() {
        %a = add i32 0, undef