Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit f6ceaf6

Browse files
author
Diego Novillo
committed
Tidy a comment. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251434 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent d4f04a7 commit f6ceaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Transforms/IPO/SampleProfile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ unsigned SampleProfileLoader::getFunctionLoc(Function &F) {
805805
if (DISubprogram *S = getDISubprogram(&F))
806806
return S->getLine();
807807

808-
// If could not find the start of \p F, emit a diagnostic to inform the user
808+
// If the start of \p F is missing, emit a diagnostic to inform the user
809809
// about the missed opportunity.
810810
F.getContext().diagnose(DiagnosticInfoSampleProfile(
811811
"No debug information found in function " + F.getName() +

0 commit comments

Comments
 (0)