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/o3/commit_impl.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cpu/o3') diff --git a/src/cpu/o3/commit_impl.hh b/src/cpu/o3/commit_impl.hh index 8c651e203..e35c1bf29 100644 --- a/src/cpu/o3/commit_impl.hh +++ b/src/cpu/o3/commit_impl.hh @@ -1199,9 +1199,6 @@ DefaultCommit::commitHead(DynInstPtr &head_inst, unsigned inst_num) head_inst->renamedDestRegIdx(i)); } - if (head_inst->isCopy()) - panic("Should not commit any copy instructions!"); - // Finally clear the head ROB entry. rob->retireHead(tid); -- cgit v1.2.3