diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-06-23 22:18:56 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-06-23 22:20:15 +0200 |
commit | 52e86797ba687d89a2e9a85c135b7145a5f14739 (patch) | |
tree | 4839c1d661f3d34395cb99442dcc0ac8b435ed87 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | dc72be4e0130675833c56d4d72e22a56872876ea (diff) | |
download | llvm-52e86797ba687d89a2e9a85c135b7145a5f14739.zip llvm-52e86797ba687d89a2e9a85c135b7145a5f14739.tar.gz llvm-52e86797ba687d89a2e9a85c135b7145a5f14739.tar.bz2 |
[IR] Remove unnecessary uint64_t casts (NFC)
As pointed out by foad, it's not necessary to work on uint64_t
here. The values used here fit uint8_t.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions