Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JS: Fix bad join in isOptionallySanitizedEdgeInternal
This was previously called from isBarrier(node, state) but without restricting the state. The call was therefore moved to isBarrier(node), but this caused some optimisation changes resulting in a bad join.
- Loading branch information