Skip to content

Commit 44714da

Browse files
committed
Update delimiter
1 parent 87a00e4 commit 44714da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/ModuleSummaryIndex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ struct alignas(8) GlobalValueSummaryInfo {
190190
/// In most cases there should be only one, unless translation units with
191191
/// same-named locals were compiled without distinguishing path. And generally
192192
/// 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.
193+
/// GUID for a local is computed with the path prepended and a ';' delimiter.
194194
/// In extremely rare cases there could be a GUID hash collision. Having the
195195
/// flag saves having to walk through all summaries to prove the existence or
196196
/// not of any locals.

0 commit comments

Comments
 (0)