projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67f631d
)
Oops. Should not be enabled by default.
author
Evan Cheng
<evan.cheng@apple.com>
Wed, 4 Jun 2008 18:09:20 +0000
(18:09 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Wed, 4 Jun 2008 18:09:20 +0000
(18:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51953
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/LLVMTargetMachine.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/LLVMTargetMachine.cpp
b/lib/CodeGen/LLVMTargetMachine.cpp
index 73f2902d9a060c0c5582ef33a412242c62e8090e..d3e8e4904fee2efc49a03614291728b2f5ee5dce 100644
(file)
--- a/
lib/CodeGen/LLVMTargetMachine.cpp
+++ b/
lib/CodeGen/LLVMTargetMachine.cpp
@@
-39,7
+39,7
@@
EnableSinking("enable-sinking", cl::init(false), cl::Hidden,
cl::desc("Perform sinking on machine code"));
static cl::opt<bool>
EnableStackColoring("stack-coloring",
- cl::init(
tru
e), cl::Hidden,
+ cl::init(
fals
e), cl::Hidden,
cl::desc("Perform stack slot coloring"));
static cl::opt<bool>
EnableLICM("machine-licm",