Files
clang-p2996/llvm/lib/Analysis/AliasSetTracker.cpp
Nikita Popov 8051c1db95 [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.
2022-11-15 16:46:05 +01:00

21 KiB