The JIT is the default mode for LLI now

llvm-svn: 6118
This commit is contained in:
Chris Lattner 2003-05-12 14:31:57 +00:00
parent e78921f048
commit 5d3b17a4cc

View File

@ -32,7 +32,7 @@ namespace {
cl::opt<bool> ForceInterpreter("force-interpreter",
cl::desc("Force interpretation: disable JIT"),
cl::init(true));
cl::init(false));
}
//===----------------------------------------------------------------------===//