Skip to content

Commit d217ea3

Browse files
apply clang format
1 parent 93fd3eb commit d217ea3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/ProfileData/SampleProf.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,8 @@ class FunctionSamples {
10171017
return CallsiteSamples;
10181018
}
10191019

1020-
/// Returns vtable access samples for the C++ types collected in this function.
1020+
/// Returns vtable access samples for the C++ types collected in this
1021+
/// function.
10211022
const CallsiteTypeMap &getCallsiteTypeCounts() const {
10221023
return VirtualCallsiteTypeCounts;
10231024
}

0 commit comments

Comments
 (0)