[llvm] ada517b - [MLGO][NFC] Clang format MLRegAllocEvictAdvisor.cpp

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 12 19:40:43 PST 2024


Author: Aiden Grossman
Date: 2024-12-13T03:40:15Z
New Revision: ada517b40c6f90a78ea69b9d2d0997c82065c9fd

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

LOG: [MLGO][NFC] Clang format MLRegAllocEvictAdvisor.cpp

Run clang-format to fix an issue in spacing in a comment.

Added: 
    

Modified: 
    llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp b/llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
index 03f015f8c9e32d..67ce0a69d849a5 100644
--- a/llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
+++ b/llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
@@ -554,7 +554,7 @@ class DevelopmentModeEvictionAdvisorAnalysis final
   std::unique_ptr<Logger> Log;
 };
 
-#endif //#ifdef LLVM_HAVE_TFLITE
+#endif // #ifdef LLVM_HAVE_TFLITE
 } // namespace
 
 float MLEvictAdvisor::getInitialQueueSize(const MachineFunction &MF) {


        


More information about the llvm-commits mailing list