22082209221022112212221322142215
return val; } public Operand buildInstVar(InstVarNode node, IRScope m) { Variable ret = m.getNewTemporaryVariable(); m.addInstr(new GetFieldInstr(ret, getSelf(m), node.getName())); return ret; }