We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678cdd6 commit f57d03bCopy full SHA for f57d03b
llvm/include/llvm/IR/RuntimeLibcalls.h
@@ -68,10 +68,7 @@ struct RuntimeLibcallsInfo {
68
return LibcallCallingConvs[Call];
69
}
70
71
- iterator_range<const char **> getLibcallNames() {
72
- return llvm::make_range(LibcallRoutineNames,
73
- LibcallRoutineNames + RTLIB::UNKNOWN_LIBCALL);
74
- }
+ ArrayRef<const char *> getLibcallNames() const { return LibcallRoutineNames; }
75
76
private:
77
/// Stores the name each libcall.
0 commit comments