Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reachability: Ignore virtual catch predecessor (#54077)
For catch blocks, we add a virtual `0` predecessor in addition to the predecessor from the enter block. However, for reachability purposes, only real predecessors count, so ignore that here.
- Loading branch information