}
}
protected void transform(Codes.Invoke code, VcBranch branch)
throws Exception {
SyntacticElement entry = branch.entry();
Collection<Attribute> attributes = entry.attributes();
int[] code_operands = code.operands();
if (code.target() != Codes.NULL_REG) {
// Need to assume the post-condition holds.
Expr[] operands = new Expr[code_operands.length];
for (int i = 0; i != code_operands.length; ++i) {