aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorJonathan Crowther <jonathan.crowther@ibm.com>2021-06-28 09:53:28 -0400
committerFanbo Meng <fanbo.meng@ibm.com>2021-06-28 10:00:33 -0400
commit8d5c0b8768f729d48e25251755ec12cfd785c934 (patch)
tree05e6176d1c194db986d3e495c19218765cad5b5f /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentae983de6cce23dfeeb629395f86528e911218ba4 (diff)
downloadllvm-8d5c0b8768f729d48e25251755ec12cfd785c934.zip
llvm-8d5c0b8768f729d48e25251755ec12cfd785c934.tar.gz
llvm-8d5c0b8768f729d48e25251755ec12cfd785c934.tar.bz2
[libc++] Remove unnecessary reinterpret_cast from typeinfo
In typeinfo there is a reinterpret_cast between a uintptr_t and size_t. These are two integer types and therefore a reinterpret_cast is not right for this situation. It looks like it may have been copied and pasted from above in the file. An implicit cast works in it's place. Reviewed By: ldionne, #libc Differential Revision: https://reviews.llvm.org/D104814
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions