diff --git a/src/cpu/pred/tage_sc_l.cc b/src/cpu/pred/tage_sc_l.cc index 01171cbb62..bde71a8583 100644 --- a/src/cpu/pred/tage_sc_l.cc +++ b/src/cpu/pred/tage_sc_l.cc @@ -458,9 +458,3 @@ TAGE_SC_L::update(ThreadID tid, Addr branch_pc, bool taken, void *bp_history, 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 b8714ad834..d4986e28c8 100644 --- a/src/cpu/pred/tage_sc_l.hh +++ b/src/cpu/pred/tage_sc_l.hh @@ -154,8 +154,6 @@ class TAGE_SC_L: public LTAGE 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;