mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 21:37:35 +00:00
Fix odd declaration.
llvm-svn: 90138
This commit is contained in:
parent
bc1905d14d
commit
49b3c58272
@ -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…
x
Reference in New Issue
Block a user