mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove forgotten ShortNames in Trie and CompilationGraph
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90135 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
56f4ef3232
commit
b5eedf2c1c
@ -309,8 +309,7 @@ struct DOTGraphTraits<Trie<Payload> > : public DefaultDOTGraphTraits {
|
|||||||
return "Trie";
|
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)
|
if (T.getRoot() == Node)
|
||||||
return "<Root>";
|
return "<Root>";
|
||||||
else
|
else
|
||||||
|
@ -473,8 +473,7 @@ namespace llvm {
|
|||||||
{
|
{
|
||||||
|
|
||||||
template<typename GraphType>
|
template<typename GraphType>
|
||||||
static std::string getNodeLabel(const Node* N, const GraphType&,
|
static std::string getNodeLabel(const Node* N, const GraphType&)
|
||||||
bool ShortNames)
|
|
||||||
{
|
{
|
||||||
if (N->ToolPtr)
|
if (N->ToolPtr)
|
||||||
if (N->ToolPtr->IsJoin())
|
if (N->ToolPtr->IsJoin())
|
||||||
|
Loading…
Reference in New Issue
Block a user