Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Vistor more robust on instruction iteration
Use a fixed end guard for the instruction iteration is not robust for callbacks to add a basic block. Use `Instruction::getNextNode()` for the iteration to allow callbacks to directly edit the code.
- Loading branch information