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