diff options
author | Nathanael Premillieu <nathanael.premillieu@irisa.fr> | 2012-12-06 04:36:51 -0600 |
---|---|---|
committer | Nathanael Premillieu <nathanael.premillieu@irisa.fr> | 2012-12-06 04:36:51 -0600 |
commit | eb899407c5f3bf5995f9f0bb9621e74d5ed98f29 (patch) | |
tree | cd9af1838d469a78ea7ab9810fbfd575efe36407 /src/cpu/o3/lsq_unit.hh | |
parent | 13f6d29a76cd5d08ff593d0c2a4a44f9e9ae4212 (diff) | |
download | gem5-eb899407c5f3bf5995f9f0bb9621e74d5ed98f29.tar.xz |
o3 cpu: remove some unused buggy functions in the lsq
Committed by: Nilay Vaish <nilay@cs.wisc.edu>
Diffstat (limited to 'src/cpu/o3/lsq_unit.hh')
-rw-r--r-- | src/cpu/o3/lsq_unit.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/o3/lsq_unit.hh b/src/cpu/o3/lsq_unit.hh index 8eb33c297..c0fc52caf 100644 --- a/src/cpu/o3/lsq_unit.hh +++ b/src/cpu/o3/lsq_unit.hh @@ -192,9 +192,6 @@ class LSQUnit { /** Returns the number of free entries (min of free LQ and SQ entries). */ unsigned numFreeEntries(); - /** Returns the number of loads ready to execute. */ - int numLoadsReady(); - /** Returns the number of loads in the LQ. */ int numLoads() { return loads; } |