The JIT is the default mode for LLI now
[oota-llvm.git] / tools / lli / lli.cpp
index 6906465d710a643f05a39e47e27014fdb7234874..30b65997d67d89d18209458e408aa3e5f1157301 100644 (file)
@@ -32,7 +32,7 @@ namespace {
 
   cl::opt<bool> ForceInterpreter("force-interpreter",
                                 cl::desc("Force interpretation: disable JIT"),
-                                cl::init(true));
+                                cl::init(false));
 }
 
 //===----------------------------------------------------------------------===//