mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-24 13:06:56 +00:00
Add the node name (thus the address) to node label.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23565 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0f21fd5204
commit
e6e34bc07c
@ -134,7 +134,7 @@ public:
|
||||
if (DOTTraits::renderGraphFromBottomUp())
|
||||
O << DOT::EscapeString(DOTTraits::getNodeLabel(Node, G));
|
||||
|
||||
O << "}\"];\n"; // Finish printing the "node" line
|
||||
O << "|\\N}\"];\n"; // Finish printing the "node" line
|
||||
|
||||
// Output all of the edges now
|
||||
EI = GTraits::child_begin(Node);
|
||||
|
Loading…
Reference in New Issue
Block a user