We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a00e4 commit 44714daCopy full SHA for 44714da
llvm/include/llvm/IR/ModuleSummaryIndex.h
@@ -190,7 +190,7 @@ struct alignas(8) GlobalValueSummaryInfo {
190
/// In most cases there should be only one, unless translation units with
191
/// same-named locals were compiled without distinguishing path. And generally
192
/// there should not be a mix of local and non-local summaries, because the
193
- /// GUID for a local is computed with the path prepended and a ':' delimiter.
+ /// GUID for a local is computed with the path prepended and a ';' delimiter.
194
/// In extremely rare cases there could be a GUID hash collision. Having the
195
/// flag saves having to walk through all summaries to prove the existence or
196
/// not of any locals.
0 commit comments