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:
519daf5
)
Enable stack coloring.
author
Nadav Rotem
<nrotem@apple.com>
Mon, 10 Sep 2012 20:15:49 +0000
(20:15 +0000)
committer
Nadav Rotem
<nrotem@apple.com>
Mon, 10 Sep 2012 20:15:49 +0000
(20:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163539
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 927ecef17160ba8971397e156acf4bc6d520d049..eb4ebb76f2989a5c83c2a14dcc3dd8822daf1961 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.");