From f6ceaf6f92a07092c93a4245840d375438d96019 Mon Sep 17 00:00:00 2001 From: Diego Novillo Date: Tue, 27 Oct 2015 18:41:46 +0000 Subject: [PATCH] Tidy a comment. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251434 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/IPO/SampleProfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/IPO/SampleProfile.cpp b/lib/Transforms/IPO/SampleProfile.cpp index d8f8eb8b1a3..49ebf6555b6 100644 --- a/lib/Transforms/IPO/SampleProfile.cpp +++ b/lib/Transforms/IPO/SampleProfile.cpp @@ -805,7 +805,7 @@ unsigned SampleProfileLoader::getFunctionLoc(Function &F) { if (DISubprogram *S = getDISubprogram(&F)) return S->getLine(); - // If could not find the start of \p F, emit a diagnostic to inform the user + // If the start of \p F is missing, emit a diagnostic to inform the user // about the missed opportunity. F.getContext().diagnose(DiagnosticInfoSampleProfile( "No debug information found in function " + F.getName() + -- 2.34.1