Skip to content

Commit 7bbb65c

Browse files
authored
RuntimeLibcalls: Make getLibcallImplName static. NFC. (#147919)
1 parent 7a089bc commit 7bbb65c

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)