simplifies the peep hole optimiser slightly.
p4raw-id: //depot/perl@30859
peep(cLOOP->op_lastop);
break;
- case OP_QR:
- case OP_MATCH:
case OP_SUBST:
o->op_opt = 1;
while (cPMOP->op_pmreplstart &&
}
+ case OP_QR:
+ case OP_MATCH:
+ assert (!cPMOP->op_pmreplstart);
+ /* FALL THROUGH */
default:
o->op_opt = 1;
break;