Remove trailing semicolon. NFCI.

llvm-svn: 352991
This commit is contained in:
Simon Pilgrim 2019-02-03 14:11:32 +00:00
parent e9a136b58f
commit 22f538ce11
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ private:
const IfStmt *If = nullptr;
};
REGISTER_TWEAK(SwapIfBranches);
REGISTER_TWEAK(SwapIfBranches)
bool SwapIfBranches::prepare(const Selection &Inputs) {
for (const SelectionTree::Node *N = Inputs.ASTSelection.commonAncestor();