aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-03-23 15:57:19 +0000
committerDan Gohman <gohman@apple.com>2009-03-23 15:57:19 +0000
commite7d7b0fd48792ea131995c5d55002ee14fdb6bc5 (patch)
treee73e6ef06693e1ba12f7d53d8648606602c5b10e /lib/CodeGen/MachineFunction.cpp
parent08580ee2a32818c3c7055f2774868e924a5dbafc (diff)
downloadexternal_llvm-e7d7b0fd48792ea131995c5d55002ee14fdb6bc5.tar.gz
external_llvm-e7d7b0fd48792ea131995c5d55002ee14fdb6bc5.tar.bz2
external_llvm-e7d7b0fd48792ea131995c5d55002ee14fdb6bc5.zip
Now that errs() is properly non-buffered, there's no need to
explicitly flush it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67526 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineFunction.cpp')
-rw-r--r--lib/CodeGen/MachineFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineFunction.cpp b/lib/CodeGen/MachineFunction.cpp
index e19cf7a6ed..bd7105fd28 100644
--- a/lib/CodeGen/MachineFunction.cpp
+++ b/lib/CodeGen/MachineFunction.cpp
@@ -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()); }