cpu: Update stats for LTAGE bpred

Updated stats in ltage.hh and ltage.cc to use new style stats.

Change-Id: I5f676381fce6f3a0b6abc6044577540e561dcd7b
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/36335
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Mahyar Samani
2020-10-18 23:58:52 -07:00
committed by Hoa Nguyen
parent fd039eba20
commit 5b1ebd87e1
2 changed files with 0 additions and 6 deletions

View File

@@ -141,8 +141,3 @@ LTAGE::squash(ThreadID tid, void *bp_history)
TAGE::squash(tid, bp_history);
}
void
LTAGE::regStats()
{
TAGE::regStats();
}

View File

@@ -69,7 +69,6 @@ class LTAGE : public TAGE
Addr corrTarget) override;
void init() override;
virtual void regStats() override;
protected:
/** The loop predictor object */