Skip to content

Commit d84411f

Browse files
[ARM] clang-format ARMLowOverheadLoops.cpp (NFC)
I'm going to touch this area in a subsequent patch.
1 parent 7a4b320 commit d84411f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ namespace {
142142
// Visit all the blocks within the loop, as well as exit blocks and any
143143
// blocks properly dominating the header.
144144
void ProcessLoop() {
145-
std::function<void(MachineBasicBlock*)> Search = [this, &Search]
146-
(MachineBasicBlock *MBB) -> void {
145+
std::function<void(MachineBasicBlock *)> Search =
146+
[this, &Search](MachineBasicBlock *MBB) -> void {
147147
if (Visited.count(MBB))
148148
return;
149149

0 commit comments

Comments
 (0)