diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-11-09 06:49:37 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-11-09 06:49:37 +0000 |
commit | df8ed024735b651d6e0082262d4e7a00b2fa4d32 (patch) | |
tree | 34869cd157b302e3b2a92ebe10b50f5c6e1ce2b4 /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
parent | 63040ce85813f4251af7d7a5660f267366360ece (diff) |
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/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index b63d5bb2e6..9c28c91331 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -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)); |