summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/resources/decode_unit.hh
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2011-06-19 21:43:37 -0400
committerKorey Sewell <ksewell@umich.edu>2011-06-19 21:43:37 -0400
commit4c9ad53cc509e840d088db4a863c9cd932132635 (patch)
treea1762f0feed3486c2f86781358053153782742be /src/cpu/inorder/resources/decode_unit.hh
parenta444133e7359e258a20d32f7f0cc22fa07d87945 (diff)
downloadgem5-4c9ad53cc509e840d088db4a863c9cd932132635.tar.xz
inorder: remove decode squash
also, cleanup comments for gem5.fast compilation
Diffstat (limited to 'src/cpu/inorder/resources/decode_unit.hh')
-rw-r--r--src/cpu/inorder/resources/decode_unit.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/inorder/resources/decode_unit.hh b/src/cpu/inorder/resources/decode_unit.hh
index 3742af3e2..084c0008f 100644
--- a/src/cpu/inorder/resources/decode_unit.hh
+++ b/src/cpu/inorder/resources/decode_unit.hh
@@ -56,9 +56,6 @@ class DecodeUnit : public Resource {
void execute(int slot_num);
- void squash(DynInstPtr inst, int stage_num, InstSeqNum squash_seq_num,
- ThreadID tid);
-
RegDepMap *regDepMap[ThePipeline::MaxThreads];
protected: