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 | 2c4bf119be8aa05cdc3dc88c57006353f07f0d2c (patch) | |
tree | 10e1312b06ede6ffe8a5d225658dd177d8ac2536 /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
parent | 723ac3720f6d983e0ed01504964fde1aa63951ff (diff) |
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 afb290d822..9e12a272ad 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")); |