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:
7556bfd
)
Update for DOTGraphTraits changes.
author
Owen Anderson
<resistor@mac.com>
Wed, 24 Jun 2009 20:41:17 +0000
(20:41 +0000)
committer
Owen Anderson
<resistor@mac.com>
Wed, 24 Jun 2009 20:41:17 +0000
(20:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74113
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ADT/Trie.h
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/Trie.h
b/include/llvm/ADT/Trie.h
index 70f3b4154d39986d794894b634df0a1d5fc8f979..ed94f9de2d1c47ec996e279fed86d0ad9f4a4320 100644
(file)
--- a/
include/llvm/ADT/Trie.h
+++ b/
include/llvm/ADT/Trie.h
@@
-308,7
+308,8
@@
struct DOTGraphTraits<Trie<Payload> > : public DefaultDOTGraphTraits {
return "Trie";
}
- static std::string getNodeLabel(NodeType* Node, const Trie<Payload>& T) {
+ static std::string getNodeLabel(NodeType* Node, const Trie<Payload>& T,
+ bool ShortNames) {
if (T.getRoot() == Node)
return "<Root>";
else