We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4b320 commit d84411fCopy full SHA for d84411f
llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
@@ -142,8 +142,8 @@ namespace {
142
// Visit all the blocks within the loop, as well as exit blocks and any
143
// blocks properly dominating the header.
144
void ProcessLoop() {
145
- std::function<void(MachineBasicBlock*)> Search = [this, &Search]
146
- (MachineBasicBlock *MBB) -> void {
+ std::function<void(MachineBasicBlock *)> Search =
+ [this, &Search](MachineBasicBlock *MBB) -> void {
147
if (Visited.count(MBB))
148
return;
149
0 commit comments