diff options
author | Kazu Hirata <kazu@google.com> | 2024-06-23 16:48:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-23 16:48:27 -0700 |
commit | 329e6b4fd5a995c7d8aa4d11aec1b901ca49e484 (patch) | |
tree | e24c6f9ca06bdbe42fb20ffde1e0b61f9b26fefa /llvm/lib/MC/MCObjectFileInfo.cpp | |
parent | cde799ff444b986e591a572b47765606c17c35a4 (diff) | |
download | llvm-329e6b4fd5a995c7d8aa4d11aec1b901ca49e484.zip llvm-329e6b4fd5a995c7d8aa4d11aec1b901ca49e484.tar.gz llvm-329e6b4fd5a995c7d8aa4d11aec1b901ca49e484.tar.bz2 |
[ProfileData] Use std::array for ValueProfData (#96440)
This patch uses std::array for ValueProfData. Aside from reducing the
line count and code duplication, the use of std::array here makes it
easier to add a new type of value profiling without touching as many
places.
Diffstat (limited to 'llvm/lib/MC/MCObjectFileInfo.cpp')
0 files changed, 0 insertions, 0 deletions