Skip to content

Commit

Permalink
Fix typo in original comment
Browse files Browse the repository at this point in the history
  • Loading branch information
teresajohnson committed Jul 11, 2024
1 parent 8be1c3c commit 3ad6a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/include/llvm/Bitcode/LLVMBitCodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ enum GlobalValueSummarySymtabCodes {
// [valueid, n x stackidindex]
FS_PERMODULE_CALLSITE_INFO = 26,
// Summary of per-module allocation memprof metadata.
// [nummib, nummib x (alloc type, nummib, nummib x stackidindex),
// [nummib, nummib x (alloc type, numstackids, numstackids x stackidindex),
// [nummib x total size]?]
FS_PERMODULE_ALLOC_INFO = 27,
// Summary of combined index memprof callsite metadata.
Expand Down

0 comments on commit 3ad6a4e

Please sign in to comment.