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:
f51c7f5
)
Fix for PR341
author
Chris Lattner
<sabre@nondot.org>
Thu, 15 Jul 2004 02:50:38 +0000
(
02:50
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 15 Jul 2004 02:50:38 +0000
(
02:50
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14846
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/InstForest.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/InstForest.h
b/include/llvm/Analysis/InstForest.h
index e41bf8c3a9325d5c013a57100a096b4a35a9aa54..dbeb32a6cbfcc22d1d1c9fd3249b43b65aaad88b 100644
(file)
--- a/
include/llvm/Analysis/InstForest.h
+++ b/
include/llvm/Analysis/InstForest.h
@@
-123,7
+123,7
@@
public:
default: o << "UNKNOWN NODE TYPE: " << getNodeType() << "\n"; abort();
}
- o << getValue();
+ o <<
*
getValue();
if (!isa<Instruction>(getValue())) o << "\n";
for (unsigned i = 0; i < this->getNumChildren(); ++i)