tests: Remove llvm2cpp, I'm pretty sure no one uses this.
[oota-llvm.git] / test / ExecutionEngine / test-logical.ll
index e560e52d568dbb63a84a7513536887fe93d27990..710763a30bd87dc2d99c79c82f68283305521f5b 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as %s -o %t.bc
-; RUN: lli %t.bc > /dev/null
+; RUN: lli %s > /dev/null
 
 define i32 @main() {
        %A = and i8 4, 8                ; <i8> [#uses=2]