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:
parent
3479e4855d
commit
80f6dcd35c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user