-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EVM] Add custom implementation of isBlockOnlyReachableByFallthrough.
Default implementation assumes that there should not be non-terminator instructions between terminator ones. As a result it may mistakenly conclude that a MBB is fall-through, whereas it's not.
- Loading branch information
1 parent
71beca8
commit afef89a
Showing
2 changed files
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters