Tidy a comment. NFC.
[oota-llvm.git] / lib / Transforms / IPO / SampleProfile.cpp
index d8f8eb8b1a34021c7cefc8eddbd76a269a198c93..49ebf6555b6aa49e7f6fc2bed1ee1ecbc8994d5d 100644 (file)
@@ -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() +