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:
6d742cc
)
Enable stack-coloring, in hope that the recent fixes will enable correct dragonegg...
author
Nadav Rotem
<nrotem@apple.com>
Wed, 12 Sep 2012 07:58:35 +0000
(07:58 +0000)
committer
Nadav Rotem
<nrotem@apple.com>
Wed, 12 Sep 2012 07:58:35 +0000
(07:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163687
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/StackColoring.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/StackColoring.cpp
b/lib/CodeGen/StackColoring.cpp
index 16b715a7962ac976a94d7d43047a68f325a48ef1..0deb35ad7fbd98808fa41a957166f90e872ea1f9 100644
(file)
--- a/
lib/CodeGen/StackColoring.cpp
+++ b/
lib/CodeGen/StackColoring.cpp
@@
-59,7
+59,7
@@
using namespace llvm;
static cl::opt<bool>
DisableColoring("no-stack-coloring",
- cl::init(
tru
e), cl::Hidden,
+ cl::init(
fals
e), cl::Hidden,
cl::desc("Suppress stack coloring"));
STATISTIC(NumMarkerSeen, "Number of life markers found.");