Now that errs() is properly non-buffered, there's no need to
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAG.cpp
index b85a04d8588c185429a4c8b731b16257a514cf51..448d7608681169b58b63654999809589f41e4601 100644 (file)
@@ -5308,7 +5308,6 @@ std::string ISD::ArgFlagsTy::getArgFlagsString() {
 void SDNode::dump() const { dump(0); }
 void SDNode::dump(const SelectionDAG *G) const {
   print(errs(), G);
-  errs().flush();
 }
 
 void SDNode::print_types(raw_ostream &OS, const SelectionDAG *G) const {
@@ -5544,7 +5543,6 @@ static void DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent,
 void SDNode::dumpr() const {
   VisitedSDNodeSet once;
   DumpNodesr(errs(), this, 0, 0, once);
-  errs().flush();
 }
 
 const Type *ConstantPoolSDNode::getType() const {