diff options
author | Korey Sewell <ksewell@umich.edu> | 2011-06-19 21:43:37 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2011-06-19 21:43:37 -0400 |
commit | 4c9ad53cc509e840d088db4a863c9cd932132635 (patch) | |
tree | a1762f0feed3486c2f86781358053153782742be /src/cpu/inorder/resources/decode_unit.hh | |
parent | a444133e7359e258a20d32f7f0cc22fa07d87945 (diff) | |
download | gem5-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.hh | 3 |
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: |