Minor clean ups. No functionality change.
[oota-llvm.git] / lib / CodeGen / PseudoSourceValue.cpp
index d0ea7069d4bbbe64d003a7b6d2e2553e6a23f738..b4c20e6bfd311c377b6567c5cfe46fece91479f1 100644 (file)
@@ -42,7 +42,7 @@ PseudoSourceValue::PseudoSourceValue() :
   Value(PointerType::getUnqual(Type::Int8Ty), PseudoSourceValueVal) {}
 
 void PseudoSourceValue::dump() const {
-  print(errs()); errs() << '\n'; errs().flush();
+  print(errs()); errs() << '\n';
 }
 
 void PseudoSourceValue::print(raw_ostream &OS) const {