emit simple node was using different labels for fields than the rest of the graph writter

llvm-svn: 76879
This commit is contained in:
Andrew Lenharth 2009-07-23 15:24:38 +00:00
parent 2aff97c9e6
commit 57e9daaf33
1 changed files with 1 additions and 1 deletions

View File

@ -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 << "}}";