Skip to content

Commit 538b485

Browse files
committed
Fix name of InitLibcalls() function in comment
Differential Revision: https://reviews.llvm.org/D71781
1 parent 05b2c6a commit 538b485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/RuntimeLibcalls.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
// Declare the enumerator for each libcall, along with its default name. Some
2525
// libcalls have different names on particular OSes or architectures. These
26-
// are set in InitLibcallNames() in TargetLoweringBase.cpp and/or by targets
26+
// are set in InitLibcalls() in TargetLoweringBase.cpp and/or by targets
2727
// using TargetLoweringBase::setLibcallName()
2828
#ifndef HANDLE_LIBCALL
2929
#error "HANDLE_LIBCALL must be defined"

0 commit comments

Comments
 (0)