Oops. Should not be enabled by default.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51953 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/LLVMTargetMachine.cpp b/lib/CodeGen/LLVMTargetMachine.cpp
index 73f2902..d3e8e49 100644
--- a/lib/CodeGen/LLVMTargetMachine.cpp
+++ b/lib/CodeGen/LLVMTargetMachine.cpp
@@ -39,7 +39,7 @@
               cl::desc("Perform sinking on machine code"));
 static cl::opt<bool>
 EnableStackColoring("stack-coloring",
-            cl::init(true), cl::Hidden,
+            cl::init(false), cl::Hidden,
             cl::desc("Perform stack slot coloring"));
 static cl::opt<bool>
 EnableLICM("machine-licm",