}
}
public void saveConditionalBlock(Instruction ins, ConditionExpression expr) {
if (multiCondition == null) {
multiCondition = new ConditionalBlock(currentBlock, expr,
ConditionalBlock.ConditionalType.CONDITION_IF);
// By default it begins with an if condition.
} else {
// Look if we can possibly merge blocks to form a single condition
}