[llvm] r251434 - Tidy a comment. NFC.
Diego Novillo via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 27 11:41:47 PDT 2015
Author: dnovillo
Date: Tue Oct 27 13:41:46 2015
New Revision: 251434
URL: http://llvm.org/viewvc/llvm-project?rev=251434&view=rev
Log:
Tidy a comment. NFC.
Modified:
llvm/trunk/lib/Transforms/IPO/SampleProfile.cpp
Modified: llvm/trunk/lib/Transforms/IPO/SampleProfile.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/IPO/SampleProfile.cpp?rev=251434&r1=251433&r2=251434&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/IPO/SampleProfile.cpp (original)
+++ llvm/trunk/lib/Transforms/IPO/SampleProfile.cpp Tue Oct 27 13:41:46 2015
@@ -805,7 +805,7 @@ unsigned SampleProfileLoader::getFunctio
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() +
More information about the llvm-commits
mailing list