aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LiveIntervalAnalysis.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-11-09 06:49:37 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-11-09 06:49:37 +0000
commitdf8ed024735b651d6e0082262d4e7a00b2fa4d32 (patch)
tree34869cd157b302e3b2a92ebe10b50f5c6e1ce2b4 /lib/CodeGen/LiveIntervalAnalysis.cpp
parent63040ce85813f4251af7d7a5660f267366360ece (diff)
downloadexternal_llvm-df8ed024735b651d6e0082262d4e7a00b2fa4d32.zip
external_llvm-df8ed024735b651d6e0082262d4e7a00b2fa4d32.tar.gz
external_llvm-df8ed024735b651d6e0082262d4e7a00b2fa4d32.tar.bz2
Hide a couple of options.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86522 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveIntervalAnalysis.cpp')
-rw-r--r--lib/CodeGen/LiveIntervalAnalysis.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp
index 854fb4d..a60d34f 100644
--- a/lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -53,7 +53,8 @@ static cl::opt<bool> DisableReMat("disable-rematerialization",
static cl::opt<bool> EnableFastSpilling("fast-spill",
cl::init(false), cl::Hidden);
-static cl::opt<bool> EarlyCoalescing("early-coalescing", cl::init(false));
+static cl::opt<bool> EarlyCoalescing("early-coalescing",
+ cl::init(false), cl::Hidden);
static cl::opt<int> CoalescingLimit("early-coalescing-limit",
cl::init(-1), cl::Hidden);