works. splitting blocks by instructions jumped to and not checking
whether inlinable blocks were terminal.
This commit is contained in:
@@ -106,7 +106,6 @@ public class Instructions
|
||||
{
|
||||
if (current == null || !i.from.isEmpty())
|
||||
{
|
||||
// this caused exception errors?
|
||||
if (current != null)
|
||||
{
|
||||
current.end = current.instructions.get(current.instructions.size() - 1);
|
||||
|
||||
Reference in New Issue
Block a user