10161017101810191020102110221023
return val; } private Operand searchConst(IRScope s, String name) { Variable v = s.getNewTemporaryVariable(); s.addInstr(new SearchConstInstr(v, s, name)); return v; }
10511052105310541055105610571058
} public Operand buildColon3(Colon3Node node, IRScope s) { Variable cv = s.getNewTemporaryVariable(); // SSS FIXME: Is this correct? s.addInstr(new SearchConstInstr(cv, getSelf(s), node.getName())); return cv; }