diff options
author | Kazu Hirata <kazu@google.com> | 2023-12-26 23:31:20 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2023-12-26 23:31:21 -0800 |
commit | b8424eaede5fffc222b1a3afbd1aa4102f6d0b08 (patch) | |
tree | b70b81e061a33068e5947cb8d256fecaa2cfeec2 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 039d9aa56e9432e119c4b62e575f74fcf3cacb82 (diff) | |
download | llvm-b8424eaede5fffc222b1a3afbd1aa4102f6d0b08.zip llvm-b8424eaede5fffc222b1a3afbd1aa4102f6d0b08.tar.gz llvm-b8424eaede5fffc222b1a3afbd1aa4102f6d0b08.tar.bz2 |
[llvm-profdata] Make tests more readable (NFC)
These tests generally use one printf for each field of
RawInstrProf::ProfileData except the lines being touched in this
patch. These lines print two fields, namely NumValueSites and
NumBitmapBytes, with one printf, which is very confusing. (Note that
the 4-byte printf at the end of the group is padding to make the
struct size a multiple of 8 bytes.)
This patch makes the tests a litle more readable by splitting
NumValueSites and NumBitmapBytes into two separate lines.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions