summaryrefslogtreecommitdiff
path: root/cpu/beta_cpu/bpred_unit.cc
blob: c4a79fbbe2e7ed67df713b0f76ff25dead6dfac3 (plain)
1
2
3
4
5
6

#include "cpu/beta_cpu/bpred_unit_impl.hh"
#include "cpu/beta_cpu/alpha_impl.hh"
#include "cpu/beta_cpu/alpha_dyn_inst.hh"

template TwobitBPredUnit<AlphaSimpleImpl>;