Mahyar Samani has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/36335 )

Change subject: cpu,stats: Update stats for LTAGE bpred
......................................................................

cpu,stats: Update stats for LTAGE bpred

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

Change-Id: I5f676381fce6f3a0b6abc6044577540e561dcd7b
---
M src/cpu/pred/ltage.cc
M src/cpu/pred/ltage.hh
2 files changed, 0 insertions(+), 7 deletions(-)



diff --git a/src/cpu/pred/ltage.cc b/src/cpu/pred/ltage.cc
index e770336..8138cd2 100644
--- a/src/cpu/pred/ltage.cc
+++ b/src/cpu/pred/ltage.cc
@@ -141,12 +141,6 @@
     TAGE::squash(tid, bp_history);
 }

-void
-LTAGE::regStats()
-{
-    TAGE::regStats();
-}
-
 LTAGE*
 LTAGEParams::create() const
 {
diff --git a/src/cpu/pred/ltage.hh b/src/cpu/pred/ltage.hh
index 9ed1e48..f8c4369 100644
--- a/src/cpu/pred/ltage.hh
+++ b/src/cpu/pred/ltage.hh
@@ -69,7 +69,6 @@
                 Addr corrTarget) override;

     void init() override;
-    virtual void regStats() override;

   protected:
     /** The loop predictor object */

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/36335
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I5f676381fce6f3a0b6abc6044577540e561dcd7b
Gerrit-Change-Number: 36335
Gerrit-PatchSet: 1
Gerrit-Owner: Mahyar Samani <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to