diff options
| -rw-r--r-- | llvm/include/llvm/IR/RuntimeLibcalls.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/RuntimeLibcalls.def b/llvm/include/llvm/IR/RuntimeLibcalls.def index f6c74d497b1..5e17ed64184 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 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" |

