Skip to content

Commit 9d93215

Browse files
arsenmgithub-actions[bot]
authored andcommitted
Automerge: RuntimeLibcalls: Make getLibcallImplName static. NFC. (#147919)
2 parents 317b96d + 7bbb65c commit 9d93215

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)