summaryrefslogtreecommitdiff
path: root/lib/CodeGen/Passes.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2014-01-13 20:08:27 +0000
committerAndrew Trick <atrick@apple.com>2014-01-13 20:08:27 +0000
commitde0847d6a5785ca3dd52798ce2341ca94928a1c7 (patch)
treeabd361573797fa1145a9ac5f29bd6da20277236a /lib/CodeGen/Passes.cpp
parent436f2975ace26abec6a686ef74fec728d5d52aa4 (diff)
downloadllvm-de0847d6a5785ca3dd52798ce2341ca94928a1c7.tar.gz
llvm-de0847d6a5785ca3dd52798ce2341ca94928a1c7.tar.bz2
llvm-de0847d6a5785ca3dd52798ce2341ca94928a1c7.tar.xz
Hide the pre-RA-sched= option.
This is a very confusing option for a feature that will go away. -enable-misched is exposed instead to help triage issues with the new scheduler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199133 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Passes.cpp')
-rw-r--r--lib/CodeGen/Passes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/Passes.cpp b/lib/CodeGen/Passes.cpp
index 4d5e85e7f8..0e8e50eca7 100644
--- a/lib/CodeGen/Passes.cpp
+++ b/lib/CodeGen/Passes.cpp
@@ -61,7 +61,7 @@ static cl::opt<cl::boolOrDefault>
OptimizeRegAlloc("optimize-regalloc", cl::Hidden,
cl::desc("Enable optimized register allocation compilation path."));
static cl::opt<cl::boolOrDefault>
-EnableMachineSched("enable-misched", cl::Hidden,
+EnableMachineSched("enable-misched",
cl::desc("Enable the machine instruction scheduling pass."));
static cl::opt<bool> DisablePostRAMachineLICM("disable-postra-machine-licm",
cl::Hidden,