[BitcodeReader] Handle type attributes more explicitly (NFCI)
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 20 Jul 2021 19:05:07 +0000 (21:05 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 20 Jul 2021 19:08:06 +0000 (21:08 +0200)
commit6312a75dbaaf2d4c968cfa3322fc9df60621d4ee
tree43b62aba3793827b40fcf9706bf960fdc67c6431
parenta7f183afe7cc792c50d64b3b9ea22269c87ec35f
[BitcodeReader] Handle type attributes more explicitly (NFCI)

For attributes in legacy bitcode that are now typed, explicitly
create a type attribute with nullptr type, the same as we do
for the attribute group representation. This is so we can assert
use of the correct constructor in the future.
llvm/lib/Bitcode/Reader/BitcodeReader.cpp