Now that errs() is properly non-buffered, there's no need to
[oota-llvm.git] / lib / CodeGen / MachineFunction.cpp
index e19cf7a6ed23bc46236c14ef35ee4c3dc15c305c..bd7105fd28591c7ddd76a33eef1fc19f191c33ef 100644 (file)
@@ -558,4 +558,4 @@ void MachineConstantPool::print(raw_ostream &OS) const {
   }
 }
 
-void MachineConstantPool::dump() const { print(errs()); errs().flush(); }
+void MachineConstantPool::dump() const { print(errs()); }