From 5962fecc1d2eaf956f0aab10eee1e0666a461706 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Mon, 4 Apr 2011 11:42:26 -0500 Subject: CPU: Remove references to memory copy operations --- src/cpu/ozone/lw_back_end_impl.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cpu/ozone') 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::commitInst(int inst_num) inst->traceData = NULL; } - if (inst->isCopy()) - panic("Should not commit any copy instructions!"); - inst->clearDependents(); frontEnd->addFreeRegs(freed_regs); -- cgit v1.2.3