summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-09-11 13:48:35 +0000
committerNadav Rotem <nrotem@apple.com>2012-09-11 13:48:35 +0000
commit4464613ceb248424e8952b32ef5a354e6eb87353 (patch)
treefc5dfca5454f8804fe51f6d8dcaecf6bbd56218c /llvm/lib/CodeGen
parent65ba95ebf9a8b71c62c2acf20a0019d30536a025 (diff)
downloadbcm5719-llvm-4464613ceb248424e8952b32ef5a354e6eb87353.tar.gz
bcm5719-llvm-4464613ceb248424e8952b32ef5a354e6eb87353.zip
Enable stack coloring.
llvm-svn: 163617
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/StackColoring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/StackColoring.cpp b/llvm/lib/CodeGen/StackColoring.cpp
index 6df932c1ae0..0c2c8e34f84 100644
--- a/llvm/lib/CodeGen/StackColoring.cpp
+++ b/llvm/lib/CodeGen/StackColoring.cpp
@@ -59,7 +59,7 @@ using namespace llvm;
static cl::opt<bool>
DisableColoring("no-stack-coloring",
- cl::init(true), cl::Hidden,
+ cl::init(false), cl::Hidden,
cl::desc("Suppress stack coloring"));
STATISTIC(NumMarkerSeen, "Number of life markers found.");
OpenPOWER on IntegriCloud