Enable stack coloring.

llvm-svn: 163539
This commit is contained in:
Nadav Rotem 2012-09-10 20:15:49 +00:00
parent 8ba803d8d3
commit 107faf853b
1 changed files with 1 additions and 1 deletions

View 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.");