Stop doing that accidental commit.

llvm-svn: 25474
This commit is contained in:
Evan Cheng 2006-01-20 01:14:05 +00:00
parent 2b24240110
commit ffbc93d829

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!