mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Reverting change moving to selection dag graph.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23568 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
453d21e66c
commit
b78ea801cd
@ -134,7 +134,7 @@ public:
|
||||
if (DOTTraits::renderGraphFromBottomUp())
|
||||
O << DOT::EscapeString(DOTTraits::getNodeLabel(Node, G));
|
||||
|
||||
O << "|\\N}\"];\n"; // Finish printing the "node" line
|
||||
O << "}\"];\n"; // Finish printing the "node" line
|
||||
|
||||
// Output all of the edges now
|
||||
EI = GTraits::child_begin(Node);
|
||||
|
Loading…
x
Reference in New Issue
Block a user