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 90046d7 commit bfc2b57Copy full SHA for bfc2b57
llvm/include/llvm/ProfileData/SampleProf.h
@@ -1018,7 +1018,7 @@ class FunctionSamples {
1018
return CallsiteSamples;
1019
}
1020
1021
- /// Returns vtable access samples for the C++ types collcted in this function.
+ /// Returns vtable access samples for the C++ types collected in this function.
1022
const CallsiteTypeMap &getCallsiteTypeCounts() const {
1023
return VirtualCallsiteTypeCounts;
1024
0 commit comments