1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Fix a typo in a comment; NFC

llvm-svn: 329935
This commit is contained in:
George Burgess IV 2018-04-12 18:36:01 +00:00
parent 7a54926cb9
commit 36be8b4a1e

View File

@ -247,7 +247,7 @@ bool ProfileSummaryInfo::isColdCallSite(const CallSite &CS,
return isColdCount(*C);
// In SamplePGO, if the caller has been sampled, and there is no profile
// annotatedon the callsite, we consider the callsite as cold.
// annotated on the callsite, we consider the callsite as cold.
// If there is no profile for the caller, and we know the profile is
// accurate, we consider the callsite as cold.
return (hasSampleProfile() &&