Skip to content

Commit be5458b

Browse files
author
git apple-llvm automerger
committed
Merge commit '7bbb65c8fee6' from llvm.org/main into next
2 parents 29bd4bb + 7bbb65c commit be5458b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/RuntimeLibcalls.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ struct RuntimeLibcallsInfo {
8181
}
8282

8383
/// Get the libcall routine name for the specified libcall implementation.
84-
const char *getLibcallImplName(RTLIB::LibcallImpl CallImpl) const {
84+
static const char *getLibcallImplName(RTLIB::LibcallImpl CallImpl) {
8585
return LibCallImplNames[CallImpl];
8686
}
8787

0 commit comments

Comments
 (0)