forked from OSchip/llvm-project
parent
1a8a741747
commit
2d29c3ad2f
|
@ -78,7 +78,7 @@ class GraphWriter {
|
|||
if (i)
|
||||
O << "|";
|
||||
|
||||
O << "<s" << i << ">" << label;
|
||||
O << "<s" << i << ">" << DOT::EscapeString(label);
|
||||
}
|
||||
|
||||
if (EI != EE && hasEdgeSourceLabels)
|
||||
|
|
Loading…
Reference in New Issue