diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-28 05:55:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-28 05:55:17 +0000 |
commit | 89ad2f1d606f9c97e1bfcd249398c07d1efc387f (patch) | |
tree | d4a432a7ab6d6845b578b2fc872f4c2a3236c081 /llvm/lib | |
parent | 4d8786b5cc743ac437fe70993f386bb582dfc178 (diff) | |
download | bcm5719-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.cpp | 3 |
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(); } |