mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 23:48:49 +00:00
Tidy a comment. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251434 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d4f04a7e27
commit
f6ceaf6f92
@ -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() +
|
||||
|
Loading…
Reference in New Issue
Block a user