[llvm] 4295f8c - [lto] Update function name in comment after 5f312ad45

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 10:31:35 PST 2022


Author: Nico Weber
Date: 2022-11-14T13:31:14-05:00
New Revision: 4295f8c4c77d32cc742463626cc0919757405376

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

LOG: [lto] Update function name in comment after 5f312ad45

Added: 
    

Modified: 
    llvm/include/llvm/LTO/Config.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/LTO/Config.h b/llvm/include/llvm/LTO/Config.h
index 4b50c7cce8568..f3b01782fb8ef 100644
--- a/llvm/include/llvm/LTO/Config.h
+++ b/llvm/include/llvm/LTO/Config.h
@@ -43,7 +43,7 @@ struct Config {
     ELF,
   };
   // Note: when adding fields here, consider whether they need to be added to
-  // computeCacheKey in LTO.cpp.
+  // computeLTOCacheKey in LTO.cpp.
   std::string CPU;
   TargetOptions Options;
   std::vector<std::string> MAttrs;


        


More information about the llvm-commits mailing list