1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[XRay][tools] Remove wayward semicolon (NFC)

Follow-up to D29320.

llvm-svn: 301378
This commit is contained in:
Dean Michael Berris 2017-04-26 03:49:49 +00:00
parent 3479e4855d
commit 80f6dcd35c

View File

@ -416,7 +416,7 @@ void GraphDiffRenderer::exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel,
}
OS << "}\n";
};
}
template <typename T> static T &ifSpecified(T &A, cl::alias &AA, T &B) {
if (A.getPosition() == 0 && AA.getPosition() == 0)