[llvm] 538b485 - Fix name of InitLibcalls() function in comment

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 14:35:30 PST 2019


Author: Sam Clegg
Date: 2019-12-20T14:35:05-08:00
New Revision: 538b485c59fae3faf2e0cc250faa9bba8406bbfe

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

LOG: Fix name of InitLibcalls() function in comment

Differential Revision: https://reviews.llvm.org/D71781

Added: 
    

Modified: 
    llvm/include/llvm/IR/RuntimeLibcalls.def

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/IR/RuntimeLibcalls.def b/llvm/include/llvm/IR/RuntimeLibcalls.def
index f6c74d497b18..5e17ed641846 100644
--- a/llvm/include/llvm/IR/RuntimeLibcalls.def
+++ b/llvm/include/llvm/IR/RuntimeLibcalls.def
@@ -23,7 +23,7 @@
 
 // Declare the enumerator for each libcall, along with its default name. Some
 // libcalls have 
diff erent names on particular OSes or architectures. These
-// are set in InitLibcallNames() in TargetLoweringBase.cpp and/or by targets
+// are set in InitLibcalls() in TargetLoweringBase.cpp and/or by targets
 // using TargetLoweringBase::setLibcallName()
 #ifndef HANDLE_LIBCALL
 #error "HANDLE_LIBCALL must be defined"


        


More information about the llvm-commits mailing list