forked from OSchip/llvm-project
parent
e9a136b58f
commit
22f538ce11
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue