From ceecd45b4d46d4b7064a14f9778541e7da5c35b2 Mon Sep 17 00:00:00 2001 From: George Burgess IV Date: Thu, 12 Apr 2018 18:36:01 +0000 Subject: Fix a typo in a comment; NFC llvm-svn: 329935 --- llvm/lib/Analysis/ProfileSummaryInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Analysis/ProfileSummaryInfo.cpp b/llvm/lib/Analysis/ProfileSummaryInfo.cpp index 61c9411b2c4..33b1ebdfcbf 100644 --- a/llvm/lib/Analysis/ProfileSummaryInfo.cpp +++ b/llvm/lib/Analysis/ProfileSummaryInfo.cpp @@ -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() && -- cgit v1.2.3