mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
emit simple node was using different labels for fields than the rest of the graph writter
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76879 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b4c28e97f4
commit
787b0db33c
@ -233,7 +233,7 @@ public:
|
|||||||
|
|
||||||
for (unsigned i = 0; i != NumEdgeSources; ++i) {
|
for (unsigned i = 0; i != NumEdgeSources; ++i) {
|
||||||
if (i) O << "|";
|
if (i) O << "|";
|
||||||
O << "<g" << i << ">";
|
O << "<s" << i << ">";
|
||||||
if (EdgeSourceLabels) O << (*EdgeSourceLabels)[i];
|
if (EdgeSourceLabels) O << (*EdgeSourceLabels)[i];
|
||||||
}
|
}
|
||||||
O << "}}";
|
O << "}}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user