diff options
Diffstat (limited to 'src/cpu/ozone')
-rw-r--r-- | src/cpu/ozone/lw_back_end_impl.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/ozone/lw_back_end_impl.hh b/src/cpu/ozone/lw_back_end_impl.hh index 8000c142e..880d0d183 100644 --- a/src/cpu/ozone/lw_back_end_impl.hh +++ b/src/cpu/ozone/lw_back_end_impl.hh @@ -1205,9 +1205,6 @@ LWBackEnd<Impl>::commitInst(int inst_num) inst->traceData = NULL; } - if (inst->isCopy()) - panic("Should not commit any copy instructions!"); - inst->clearDependents(); frontEnd->addFreeRegs(freed_regs); |