}
private static final class IfGreaterThanEqConverter implements
InstConverter<IfGreaterThanEq> {
public void convertInst(final IfGreaterThanEq t, InstructionListContext ilc) {
TypeCode type = t.type ;
createIfTest(ilc,type,new IF_ICMPGE(null),new IFGE(null),t.mark) ;
}