diff options
author | Nadav Rotem <nrotem@apple.com> | 2012-09-12 07:58:35 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2012-09-12 07:58:35 +0000 |
commit | b9e2202049f00596bf25fce71dba7588a165c669 (patch) | |
tree | a527c7e1f3c1f079966836ff8f23e05c4670b722 /llvm/lib/CodeGen/StackColoring.cpp | |
parent | 694633e19b38e469171c3cc238ad5c208c98587c (diff) | |
download | bcm5719-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.cpp | 2 |
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."); |