mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[XRay][tools] Remove wayward semicolon (NFC)
Follow-up to D29320. llvm-svn: 301378
This commit is contained in:
parent
3479e4855d
commit
80f6dcd35c
@ -416,7 +416,7 @@ void GraphDiffRenderer::exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel,
|
|||||||
}
|
}
|
||||||
|
|
||||||
OS << "}\n";
|
OS << "}\n";
|
||||||
};
|
}
|
||||||
|
|
||||||
template <typename T> static T &ifSpecified(T &A, cl::alias &AA, T &B) {
|
template <typename T> static T &ifSpecified(T &A, cl::alias &AA, T &B) {
|
||||||
if (A.getPosition() == 0 && AA.getPosition() == 0)
|
if (A.getPosition() == 0 && AA.getPosition() == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user