Enable stack-coloring, in hope that the recent fixes will enable correct dragonegg...
authorNadav Rotem <nrotem@apple.com>
Wed, 12 Sep 2012 07:58:35 +0000 (07:58 +0000)
committerNadav Rotem <nrotem@apple.com>
Wed, 12 Sep 2012 07:58:35 +0000 (07:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163687 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/StackColoring.cpp

index 16b715a7962ac976a94d7d43047a68f325a48ef1..0deb35ad7fbd98808fa41a957166f90e872ea1f9 100644 (file)
@@ -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.");