make sure to flush the stream after dumping, to make sure it goes out immediately.

llvm-svn: 55288
This commit is contained in:
Chris Lattner 2008-08-24 18:28:30 +00:00
parent 88e89a5a5d
commit f4bd5cf3dd
1 changed files with 1 additions and 0 deletions

View File

@ -4982,6 +4982,7 @@ 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(raw_ostream &OS, const SelectionDAG *G) const {