ahhhhhhhhhhhhhhhhhhh
This commit is contained in:
@@ -33,10 +33,6 @@ public class IfNull extends If0
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (otherIc.getInstruction() instanceof IfNull)
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@@ -44,7 +40,7 @@ public class IfNull extends If0
|
|||||||
@Override
|
@Override
|
||||||
public void map(ParallelExecutorMapping mapping, InstructionContext ctx, InstructionContext other)
|
public void map(ParallelExecutorMapping mapping, InstructionContext ctx, InstructionContext other)
|
||||||
{
|
{
|
||||||
if (other.getInstruction() instanceof IfACmpNe || other.getInstruction() instanceof IfNull)
|
if (other.getInstruction() instanceof IfACmpNe)
|
||||||
{
|
{
|
||||||
super.mapOtherBranch(mapping, ctx, other);
|
super.mapOtherBranch(mapping, ctx, other);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user