aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/StackColoring.cpp
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-09-10 20:15:49 +0000
committerNadav Rotem <nrotem@apple.com>2012-09-10 20:15:49 +0000
commitb6d52a5b4aa56292ad4085e87b9e5e618f795a1e (patch)
tree433b4d873cba3342dd6cb6ff9d92952768f58b94 /lib/CodeGen/StackColoring.cpp
parent519daf5d2dd80614ac4e529b199e6f3e595bfc80 (diff)
downloadexternal_llvm-b6d52a5b4aa56292ad4085e87b9e5e618f795a1e.zip
external_llvm-b6d52a5b4aa56292ad4085e87b9e5e618f795a1e.tar.gz
external_llvm-b6d52a5b4aa56292ad4085e87b9e5e618f795a1e.tar.bz2
Enable stack coloring.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163539 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/StackColoring.cpp')
-rw-r--r--lib/CodeGen/StackColoring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/StackColoring.cpp b/lib/CodeGen/StackColoring.cpp
index 927ecef..eb4ebb7 100644
--- 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(true), cl::Hidden,
+ cl::init(false), cl::Hidden,
cl::desc("Suppress stack coloring"));
STATISTIC(NumMarkerSeen, "Number of life markers found.");