mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-06 11:29:27 +00:00
Stop doing that accidental commit.
llvm-svn: 25474
This commit is contained in:
parent
2b24240110
commit
ffbc93d829
@ -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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user