From: Chris Lattner Date: Sun, 28 Mar 2010 05:55:17 +0000 (+0000) Subject: comply with the wishes of a fixme. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5d9a1bce83a18a4f972c5974fa9d7fa3c4de001f;p=oota-llvm.git comply with the wishes of a fixme. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99742 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 00ac9635fde..7ef051b9e54 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(); }