aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ProfileData/MemProfTest.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-06-07 07:04:17 -0700
committerGitHub <noreply@github.com>2024-06-07 07:04:17 -0700
commiteb33e462ba536735b3d8449a81009a253f0f43bc (patch)
tree9911f8a1a91bfca0982a1c429e86dd10f530e2b2 /llvm/unittests/ProfileData/MemProfTest.cpp
parent3b16630c26505060a876f578e4b2ba701c780e9a (diff)
downloadllvm-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