projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d85f51a
)
make sure to flush the stream after dumping, to make sure it goes out immediately.
author
Chris Lattner
<sabre@nondot.org>
Sun, 24 Aug 2008 18:28:30 +0000
(18:28 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 24 Aug 2008 18:28:30 +0000
(18:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55288
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index fa73e73de0703ac1974c849e2d9d17e6ac81e083..3d620359558bd84490432d284afb747cf9e090ef 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@
-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 {