summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/StackColoring.cpp
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-09-12 07:58:35 +0000
committerNadav Rotem <nrotem@apple.com>2012-09-12 07:58:35 +0000
commitb9e2202049f00596bf25fce71dba7588a165c669 (patch)
treea527c7e1f3c1f079966836ff8f23e05c4670b722 /llvm/lib/CodeGen/StackColoring.cpp
parent694633e19b38e469171c3cc238ad5c208c98587c (diff)
downloadbcm5719-llvm-b9e2202049f00596bf25fce71dba7588a165c669.tar.gz
bcm5719-llvm-b9e2202049f00596bf25fce71dba7588a165c669.zip
Enable stack-coloring, in hope that the recent fixes will enable correct dragonegg self-hosting.
llvm-svn: 163687
Diffstat (limited to 'llvm/lib/CodeGen/StackColoring.cpp')
-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 16b715a7962..0deb35ad7fb 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