mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
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:
parent
956044cf03
commit
cce47faf52
@ -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…
Reference in New Issue
Block a user