comply with the wishes of a fixme.
authorChris Lattner <sabre@nondot.org>
Sun, 28 Mar 2010 05:55:17 +0000 (05:55 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 28 Mar 2010 05:55:17 +0000 (05:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99742 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index 00ac9635fde1a0efaa11a9cc2216723d33aec455..7ef051b9e54df409740202e0ac1367864259ef7d 100644 (file)
@@ -842,9 +842,6 @@ void SelectionDAGISel::DoInstructionSelection() {
   DEBUG(errs() << "===== Instruction selection ends:\n");
 
   PostprocessISelDAG();
-  
-  // FIXME: This shouldn't be needed, remove it.
-  CurDAG->RemoveDeadNodes();
 }