summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commit89ad2f1d606f9c97e1bfcd249398c07d1efc387f (patch)
treed4a432a7ab6d6845b578b2fc872f4c2a3236c081 /llvm/lib
parent4d8786b5cc743ac437fe70993f386bb582dfc178 (diff)
downloadbcm5719-llvm-89ad2f1d606f9c97e1bfcd249398c07d1efc387f.tar.gz
bcm5719-llvm-89ad2f1d606f9c97e1bfcd249398c07d1efc387f.zip
comply with the wishes of a fixme.
llvm-svn: 99742
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 00ac9635fde..7ef051b9e54 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/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();
}
OpenPOWER on IntegriCloud