summaryrefslogtreecommitdiff
path: root/src/cpu/ozone
diff options
context:
space:
mode:
authorAli Saidi <Ali.Saidi@ARM.com>2011-04-04 11:42:26 -0500
committerAli Saidi <Ali.Saidi@ARM.com>2011-04-04 11:42:26 -0500
commit5962fecc1d2eaf956f0aab10eee1e0666a461706 (patch)
treec6ec7d6de4d90399057b09e2287908223e15e970 /src/cpu/ozone
parent1114be4b78c0855d96004b9f71c61d4b6a050d3a (diff)
downloadgem5-5962fecc1d2eaf956f0aab10eee1e0666a461706.tar.xz
CPU: Remove references to memory copy operations
Diffstat (limited to 'src/cpu/ozone')
-rw-r--r--src/cpu/ozone/lw_back_end_impl.hh3
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);