From: Nadav Rotem Date: Tue, 11 Sep 2012 13:48:35 +0000 (+0000) Subject: Enable stack coloring. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=50bdea299c9c1d4b2d0535a7cc874490ac49fe67;p=oota-llvm.git Enable stack coloring. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163617 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/StackColoring.cpp b/lib/CodeGen/StackColoring.cpp index 6df932c1ae0..0c2c8e34f84 100644 --- a/lib/CodeGen/StackColoring.cpp +++ b/lib/CodeGen/StackColoring.cpp @@ -59,7 +59,7 @@ using namespace llvm; static cl::opt 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.");