summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-12-05 17:51:33 +0000
committerDan Gohman <gohman@apple.com>2009-12-05 17:51:33 +0000
commit6e7073b8466dbbdb39a516255f82f98755f6de28 (patch)
treeb2fabaa21b5af4afde23aed229539bc09ff2a50d /llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
parent21bbc1e70506b34b425df057f42756cb341ccf9e (diff)
downloadbcm5719-llvm-6e7073b8466dbbdb39a516255f82f98755f6de28.tar.gz
bcm5719-llvm-6e7073b8466dbbdb39a516255f82f98755f6de28.zip
Remove the unused DisableLegalizeTypes option and related code.
llvm-svn: 90668
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
index 25eb6378f15..3e2ab2c4ab0 100644
--- a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@ -3059,8 +3059,7 @@ void SelectionDAGLegalize::PromoteNode(SDNode *Node,
// SelectionDAG::Legalize - This is the entry point for the file.
//
-void SelectionDAG::Legalize(bool TypesNeedLegalizing,
- CodeGenOpt::Level OptLevel) {
+void SelectionDAG::Legalize(CodeGenOpt::Level OptLevel) {
/// run - This is the main entry point to this class.
///
SelectionDAGLegalize(*this, OptLevel).LegalizeDAG();
OpenPOWER on IntegriCloud