Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak can_branch of sret instruction
sret instruction is used for returning from a trap when trap occurs in S-mode level. Thus, the execution flow will not be sequential. During basic block translation, the sret instruction should be considered as can_branch instruction.
- Loading branch information