aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-28 05:55:17 +0000
committerChris Lattner <sabre@nondot.org>2010-03-28 05:55:17 +0000
commitc1900d9f5d5565be00eaa8c69bde61f6b95dc3c8 (patch)
tree7b2a571e033ce071c911c8dd06eaf1d772fe07f4 /lib/CodeGen
parente185c2a24de741374f1286111ac69d911b4f8ab0 (diff)
downloadexternal_llvm-c1900d9f5d5565be00eaa8c69bde61f6b95dc3c8.zip
external_llvm-c1900d9f5d5565be00eaa8c69bde61f6b95dc3c8.tar.gz
external_llvm-c1900d9f5d5565be00eaa8c69bde61f6b95dc3c8.tar.bz2
comply with the wishes of a fixme.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99742 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-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 00ac963..7ef051b 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -842,9 +842,6 @@ void SelectionDAGISel::DoInstructionSelection() {
DEBUG(errs() << "===== Instruction selection ends:\n");
PostprocessISelDAG();
-
- // FIXME: This shouldn't be needed, remove it.
- CurDAG->RemoveDeadNodes();
}