diff options
author | Kazu Hirata <kazu@google.com> | 2024-06-07 07:04:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-07 07:04:17 -0700 |
commit | eb33e462ba536735b3d8449a81009a253f0f43bc (patch) | |
tree | 9911f8a1a91bfca0982a1c429e86dd10f530e2b2 /llvm/unittests/ProfileData/MemProfTest.cpp | |
parent | 3b16630c26505060a876f578e4b2ba701c780e9a (diff) | |
download | llvm-eb33e462ba536735b3d8449a81009a253f0f43bc.zip llvm-eb33e462ba536735b3d8449a81009a253f0f43bc.tar.gz llvm-eb33e462ba536735b3d8449a81009a253f0f43bc.tar.bz2 |
[memprof] Clean up IndexedMemProfReader (NFC) (#94710)
Parameter "Version" is confusing in deserializeV012 and deserializeV3
because we also have member variable "Version". Fortunately,
parameter "Version" and member variable "Version" always have the same
value because IndexedMemProfReader::deserialize initializes the member
variable and passes it to deserializeV012 and deserializeV3.
This patch removes the parameter.
Diffstat (limited to 'llvm/unittests/ProfileData/MemProfTest.cpp')
0 files changed, 0 insertions, 0 deletions