Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #2776: Fix instr ordering in IR Builder
* This only affected the interpreter run that relies on the exception-region marker instructions to determine rescue targets. * The instruction ordering (old and new) doesn't affect CFG construction and how rescue targets are set up since the marker instructions are removed once the CFG is constructed. So, this bug only affected the default interpreter run.
- Loading branch information