[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 13:04:40 PST 2019
sbc100 created this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.
sbc100 added a reviewer: dschuff.
Repository:
rG LLVM Github Monorepo
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.234956.patch
Type: text/x-patch
Size: 646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191220/94877954/attachment.bin>
More information about the llvm-commits
mailing list