aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-09-25 01:14:49 +0000
committerDan Gohman <gohman@apple.com>2008-09-25 01:14:49 +0000
commit6a9b05fbd4af5abb5e2f369025409e4450df27c4 (patch)
tree10e1312b06ede6ffe8a5d225658dd177d8ac2536 /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parent0d92febb032b145e15dc97d5b93fc882d35e1af3 (diff)
downloadexternal_llvm-6a9b05fbd4af5abb5e2f369025409e4450df27c4.zip
external_llvm-6a9b05fbd4af5abb5e2f369025409e4450df27c4.tar.gz
external_llvm-6a9b05fbd4af5abb5e2f369025409e4450df27c4.tar.bz2
Enable DeadMachineInstructionElim when Fast-ISel is enabled.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56604 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index afb290d..9e12a27 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -56,9 +56,6 @@ EnableValueProp("enable-value-prop", cl::Hidden);
static cl::opt<bool>
EnableLegalizeTypes("enable-legalize-types", cl::Hidden);
static cl::opt<bool>
-EnableFastISel("fast-isel", cl::Hidden,
- cl::desc("Enable the experimental \"fast\" instruction selector"));
-static cl::opt<bool>
EnableFastISelVerbose("fast-isel-verbose", cl::Hidden,
cl::desc("Enable verbose messages in the experimental \"fast\" "
"instruction selector"));