case EQ: bh = il.append(new IF_ICMPNE(null)); ASTFunDecl.pop(2); break;
case LEQ: bh = il.append(new IF_ICMPGT(null)); ASTFunDecl.pop(2); break;
case GEQ: bh = il.append(new IF_ICMPLT(null)); ASTFunDecl.pop(2); break;
case NEQ: bh = il.append(new IF_ICMPEQ(null)); ASTFunDecl.pop(2); break;
case LT: bh = il.append(new IF_ICMPGE(null)); ASTFunDecl.pop(2); break;
case GT: bh = il.append(new IF_ICMPLE(null)); ASTFunDecl.pop(2); break;
default: System.err.println("Ooops");
}
switch(kind) {
case EQ: case LEQ: case GEQ: case NEQ: case LT: case GT: