diff options
author | Nikita Popov <npopov@redhat.com> | 2022-11-15 16:44:35 +0100 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2022-11-15 16:46:05 +0100 |
commit | 8051c1db956615980770d50b2fb7aea2093372fa (patch) | |
tree | 2900d90ee5d7fdd56613fe32900f9fccb8ef14b3 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 1b829c3d3a8c0488f8aa553eb15c7ee658f491c9 (diff) | |
download | llvm-8051c1db956615980770d50b2fb7aea2093372fa.zip llvm-8051c1db956615980770d50b2fb7aea2093372fa.tar.gz llvm-8051c1db956615980770d50b2fb7aea2093372fa.tar.bz2 |
[AST] Don't use WeakVH for unknown insts (NFCI)
After D138014 we do not support using AST with IR that is being
mutated. As such, we also no longer need to track unknown
instructions using WeakVH. Replace with AssertingVH to make sure
that they are not invalidated.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions