Skip to content

Commit

Permalink
[ARM] clang-format ARMLowOverheadLoops.cpp (NFC)
Browse files Browse the repository at this point in the history
I'm going to touch this area in a subsequent patch.
  • Loading branch information
kazutakahirata committed Sep 22, 2024
1 parent 7a4b320 commit d84411f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ namespace {
// Visit all the blocks within the loop, as well as exit blocks and any
// blocks properly dominating the header.
void ProcessLoop() {
std::function<void(MachineBasicBlock*)> Search = [this, &Search]
(MachineBasicBlock *MBB) -> void {
std::function<void(MachineBasicBlock *)> Search =
[this, &Search](MachineBasicBlock *MBB) -> void {
if (Visited.count(MBB))
return;

Expand Down

0 comments on commit d84411f

Please sign in to comment.