}
private static final class IfLessthanEqConverter implements
InstConverter<IfLessThanEq> {
public void convertInst(final IfLessThanEq t, InstructionListContext ilc) {
TypeCode type = t.type ;
createIfTest(ilc,type,new IF_ICMPLE(null),new IFLE(null),t.mark) ;
}