diff options
author | Dan Gohman <gohman@apple.com> | 2008-09-25 01:14:49 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-09-25 01:14:49 +0000 |
commit | 6a9b05fbd4af5abb5e2f369025409e4450df27c4 (patch) | |
tree | 10e1312b06ede6ffe8a5d225658dd177d8ac2536 /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
parent | 0d92febb032b145e15dc97d5b93fc882d35e1af3 (diff) | |
download | external_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.cpp | 3 |
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")); |