Adding #ifdef around TermColorMutex based on feedback from Craig Topper.
[oota-llvm.git] / test / ExecutionEngine / test-branch.ll
index 55b7ef1d80c51fd6d8aee5b720ba345fdc3f8e3d..3ae55d069b3de066b99788f958f496a347ff1c01 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s -f -o %t.bc
-; RUN: lli %t.bc > /dev/null
+; RUN: %lli %s > /dev/null
 
 ; test unconditional branch
 define i32 @main() {