diff options
author | Nadav Rotem <nrotem@apple.com> | 2012-09-11 15:40:27 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2012-09-11 15:40:27 +0000 |
commit | 1eba4a7a28f7e0156725518783dc35137869a670 (patch) | |
tree | 873746e9c2c6fd1ba372c238879ee73878f5eadc /lib/CodeGen/StackColoring.cpp | |
parent | 50bdea299c9c1d4b2d0535a7cc874490ac49fe67 (diff) |
Dragonegg selfhost exposed additional cases where alloca usage moved outside of lifetime markers. Disabling the pass for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163623 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/StackColoring.cpp')
-rw-r--r-- | lib/CodeGen/StackColoring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/StackColoring.cpp b/lib/CodeGen/StackColoring.cpp index 0c2c8e34f8..6df932c1ae 100644 --- a/lib/CodeGen/StackColoring.cpp +++ b/lib/CodeGen/StackColoring.cpp @@ -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."); |