Index: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp =================================================================== --- llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp +++ llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp @@ -586,9 +586,6 @@ for (const SDValue &Op : N->op_values()) if (Op.getNode()->hasOneUse()) DumpNodes(Op.getNode(), indent+2, G); - else - dbgs() << std::string(indent+2, ' ') - << PrintNodeId(*Op.getNode()) << ": \n"; dbgs().indent(indent); N->dump(G);