llvm-project
e62c2146 - [ProfileData] Simplify calls to readNext in readBinaryIdsInternal (NFC) (#94862)

Commit
1 year ago
[ProfileData] Simplify calls to readNext in readBinaryIdsInternal (NFC) (#94862) readNext has two variants: - readNext<uint64_t, endian>(ptr) - readNext<uint64_t>(ptr, endian) This patch uses the latter to simplify readBinaryIdsInternal. Both forms default to unaligned.
Parents
Loading