forked from OSchip/llvm-project
emit simple node was using different labels for fields than the rest of the graph writter
llvm-svn: 76879
This commit is contained in:
parent
2aff97c9e6
commit
57e9daaf33
|
@ -233,7 +233,7 @@ public:
|
|||
|
||||
for (unsigned i = 0; i != NumEdgeSources; ++i) {
|
||||
if (i) O << "|";
|
||||
O << "<g" << i << ">";
|
||||
O << "<s" << i << ">";
|
||||
if (EdgeSourceLabels) O << (*EdgeSourceLabels)[i];
|
||||
}
|
||||
O << "}}";
|
||||
|
|
Loading…
Reference in New Issue