23582359236023612362236323642365
return Nil.NIL; } public Operand buildNot(NotNode node, IRScope m) { Variable ret = m.getNewTemporaryVariable(); m.addInstr(new NotInstr(ret, build(node.getConditionNode(), m))); return ret; }