Files
clang-p2996/llvm/lib/Analysis/DomTreeUpdater.cpp
Alexis Engelke 6d103d7746 [Support] Erase blocks after DomTree::eraseNode (#101195)
Change eraseNode to require that the basic block is still contained
inside the function. This is a preparation for using numbers of basic
blocks inside the dominator tree, which are invalid for blocks that are
not inside a function.
2024-07-31 19:20:49 +02:00

3.8 KiB