diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-04-17 08:56:59 -0400 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-04-17 08:56:59 -0400 |
commit | dde2b11ae6a003182037c0970693ff8a98e0aab6 (patch) | |
tree | 46248df425d2202786646952aceaa8ba1d7d8efc /src/cpu/o3/iew.hh | |
parent | 68221b708c03abd958105afc2983190aa91f0108 (diff) | |
parent | 8248af53b19a633ae6d9aa8cd6b5a12cfa3b1644 (diff) | |
download | gem5-dde2b11ae6a003182037c0970693ff8a98e0aab6.tar.xz |
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
into zizzer.eecs.umich.edu:/.automount/wexford/x/gblack/m5/newmem-o3-spec
--HG--
extra : convert_revision : d18cce378fe3390c6e708945b9ea7c76c2d20a81
Diffstat (limited to 'src/cpu/o3/iew.hh')
-rw-r--r-- | src/cpu/o3/iew.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/o3/iew.hh b/src/cpu/o3/iew.hh index ce2991cfb..eef5a15d2 100644 --- a/src/cpu/o3/iew.hh +++ b/src/cpu/o3/iew.hh @@ -402,9 +402,6 @@ class DefaultIEW /** Records if there is a fetch redirect on this cycle for each thread. */ bool fetchRedirect[Impl::MaxThreads]; - /** Keeps track of the last valid branch delay slot instss for threads */ - InstSeqNum bdelayDoneSeqNum[Impl::MaxThreads]; - /** Used to track if all instructions have been dispatched this cycle. * If they have not, then blocking must have occurred, and the instructions * would already be added to the skid buffer. |