1098,1108d1097
< } else if (inst->isExecuted()) {
< assert(0 && "Instruction shouldn't be executed.\n");
< DPRINTF(IEW, "Issue: Executed branch encountered, "
< "skipping.\n");
<
< inst->setIssued();
< inst->setCanCommit();
<
< instQueue.recordProducer(inst);
<
< add_to_iq = false;
1109a1099
> assert(!inst->isExecuted());
1111a1102
>