mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-11 14:16:59 +00:00
make sure to flush the stream after dumping, to make sure it goes out immediately.
llvm-svn: 55288
This commit is contained in:
parent
6c99b53fda
commit
2147640791
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user