Didn't mean to commit the last one.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25469 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2006-01-19 23:27:08 +00:00
parent 956044cf03
commit cce47faf52

View File

@ -48,7 +48,7 @@ namespace {
cl::opt<bool, true> EnableX86DAGDAG("enable-x86-dag-isel", cl::Hidden,
cl::desc("Enable DAG-to-DAG isel for X86"),
cl::location(X86DAGIsel),
cl::init(true));
cl::init(false));
// FIXME: This should eventually be handled with target triples and
// subtarget support!