[llvm] 1f1f569 - [PowerPC] Clang format (NFC).

Christudasan Devadasan via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 13:28:27 PDT 2024


Author: Christudasan Devadasan
Date: 2024-03-21T01:56:41+05:30
New Revision: 1f1f569b29f42161ea978328aea60044f16eee49

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

LOG: [PowerPC] Clang format (NFC).

Added: 
    

Modified: 
    llvm/lib/Target/PowerPC/PPCFrameLowering.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp b/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
index 424501c35c043c..6dcb59a3a57f85 100644
--- a/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
+++ b/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
@@ -2676,7 +2676,7 @@ bool PPCFrameLowering::restoreCalleeSavedRegisters(
         Restored.set(Dst);
 
       } else {
-       // Default behavior for non-CR saves.
+        // Default behavior for non-CR saves.
         const TargetRegisterClass *RC = TRI->getMinimalPhysRegClass(Reg);
 
         // Functions without NoUnwind need to preserve the order of elements in


        


More information about the llvm-commits mailing list