Hide a couple of options.
[oota-llvm.git] / lib / CodeGen / LiveIntervalAnalysis.cpp
index 854fb4d7f6d85f398ec1ea4dcb21adc031c800ed..a60d34f58a918fb3fe74865cc29f3efb54e4a49a 100644 (file)
@@ -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);