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

Change subject: cpu,stats: Update stats for tage_sc_l to new style stats
......................................................................

cpu,stats: Update stats for tage_sc_l to new style stats

Updated tage_sc_l.hh and tage_sc_l.cc to use new style stats.

Change-Id: If172c95bb728c7c3748269469781212ef1da6f32
---
M src/cpu/pred/tage_sc_l.cc
M src/cpu/pred/tage_sc_l.hh
2 files changed, 0 insertions(+), 8 deletions(-)



diff --git a/src/cpu/pred/tage_sc_l.cc b/src/cpu/pred/tage_sc_l.cc
index 18fe983..f69a2da 100644
--- a/src/cpu/pred/tage_sc_l.cc
+++ b/src/cpu/pred/tage_sc_l.cc
@@ -464,9 +464,3 @@

     delete bi;
 }
-
-void
-TAGE_SC_L::regStats()
-{
-    LTAGE::regStats();
-}
diff --git a/src/cpu/pred/tage_sc_l.hh b/src/cpu/pred/tage_sc_l.hh
index b8714ad..d4986e2 100644
--- a/src/cpu/pred/tage_sc_l.hh
+++ b/src/cpu/pred/tage_sc_l.hh
@@ -154,8 +154,6 @@
     bool predict(
         ThreadID tid, Addr branch_pc, bool cond_branch, void* &b) override;

-    void regStats() override;
-
void update(ThreadID tid, Addr branch_addr, bool taken, void *bp_history,
                 bool squashed, const StaticInstPtr & inst,
                 Addr corrTarget) override;

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/36336
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: If172c95bb728c7c3748269469781212ef1da6f32
Gerrit-Change-Number: 36336
Gerrit-PatchSet: 1
Gerrit-Owner: Mahyar Samani <msam...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to