forked from OSchip/llvm-project
parent
9fc223a6b1
commit
7da76a20c0
|
@ -149,7 +149,7 @@ public:
|
|||
}
|
||||
|
||||
std::string edgeSourceLabels;
|
||||
raw_string_ostream::raw_string_ostream EdgeSourceLabels(edgeSourceLabels);
|
||||
raw_string_ostream EdgeSourceLabels(edgeSourceLabels);
|
||||
bool hasEdgeSourceLabels = getEdgeSourceLabels(EdgeSourceLabels, Node);
|
||||
|
||||
if (hasEdgeSourceLabels) {
|
||||
|
|
Loading…
Reference in New Issue