909,924d908
< DefaultIEW<Impl>::emptyRenameInsts(unsigned tid)
< {
< while (!insts[tid].empty()) {
< if (insts[tid].front()->isLoad() ||
< insts[tid].front()->isStore() ) {
< toRename->iewInfo[tid].dispatchedToLSQ++;
< }
<
< toRename->iewInfo[tid].dispatched++;
<
< insts[tid].pop();
< }
< }
<
< template <class Impl>
< void