Hide a couple of options.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 9 Nov 2009 06:49:37 +0000 (06:49 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 9 Nov 2009 06:49:37 +0000 (06:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86522 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.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);
index b63d5bb2e6a14f0a6e8fa4ff983148645925f770..9c28c913319e9750faa1c1fc8cce468a826829d1 100644 (file)
@@ -68,7 +68,7 @@ static cl::opt<bool>
 EnableFastISelAbort("fast-isel-abort", cl::Hidden,
           cl::desc("Enable abort calls when \"fast\" instruction fails"));
 static cl::opt<bool>
-SchedLiveInCopies("schedule-livein-copies",
+SchedLiveInCopies("schedule-livein-copies", cl::Hidden,
                   cl::desc("Schedule copies of livein registers"),
                   cl::init(false));