Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove bbFallsThrough checks in fgNewBBbefore/after (#99636)
Now that implicit fallthrough is gone, it doesn't make sense to mark a new block as rarely run if the previous block is rarely run, as there's no guarantee the previous block flows into the next. It would make more sense to rely on the weights of a block's predecessor edges to determine if it's rarely run.
- Loading branch information