[llvm] d84411f - [ARM] clang-format ARMLowOverheadLoops.cpp (NFC)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 22 08:31:26 PDT 2024


Author: Kazu Hirata
Date: 2024-09-22T08:31:20-07:00
New Revision: d84411f686e7755c620c93d77c5f6adba88d28a5

URL: https://github.com/llvm/llvm-project/commit/d84411f686e7755c620c93d77c5f6adba88d28a5
DIFF: https://github.com/llvm/llvm-project/commit/d84411f686e7755c620c93d77c5f6adba88d28a5.diff

LOG: [ARM] clang-format ARMLowOverheadLoops.cpp (NFC)

I'm going to touch this area in a subsequent patch.

Added: 
    

Modified: 
    llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp b/llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
index 65f93e6b0634c7..a4598de96fa3b4 100644
--- a/llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
+++ b/llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
@@ -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;
 


        


More information about the llvm-commits mailing list