Dragonegg selfhost exposed additional cases where alloca usage moved outside of lifetime markers. Disabling the pass for now.

llvm-svn: 163623
This commit is contained in:
Nadav Rotem
2012-09-11 15:40:27 +00:00
parent 788eaeb35b
commit 42b641c879

View File

@@ -59,7 +59,7 @@ using namespace llvm;
static cl::opt<bool>
DisableColoring("no-stack-coloring",
cl::init(false), cl::Hidden,
cl::init(true), cl::Hidden,
cl::desc("Suppress stack coloring"));
STATISTIC(NumMarkerSeen, "Number of life markers found.");