Commit 538b485c authored by Sam Clegg's avatar Sam Clegg
Browse files

Fix name of InitLibcalls() function in comment

Differential Revision: https://reviews.llvm.org/D71781
parent 05b2c6a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"