[PATCH] D71781: Fix name of InitLibcalls function in comment

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 14:38:55 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG538b485c59fa: Fix name of InitLibcalls() function in comment (authored by sbc100).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71781/new/

https://reviews.llvm.org/D71781

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


Index: llvm/include/llvm/IR/RuntimeLibcalls.def
===================================================================
--- llvm/include/llvm/IR/RuntimeLibcalls.def
+++ llvm/include/llvm/IR/RuntimeLibcalls.def
@@ -23,7 +23,7 @@
 
 // Declare the enumerator for each libcall, along with its default name. Some
 // libcalls have different 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"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71781.234980.patch
Type: text/x-patch
Size: 646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191220/ac12430e/attachment.bin>


More information about the llvm-commits mailing list