CPU: Remove references to memory copy operations
[gem5.git] / src / cpu / ozone / lw_back_end_impl.hh
index 8000c142e44fca17ff31b7fcca149ad5a0241fb6..880d0d1839b875b20cab786de13813f92867499b 100644 (file)
@@ -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);