summaryrefslogtreecommitdiff
path: root/cpu/o3/rob.cc
blob: 7b590a6fe6a09c9f581f80f104a3989ac507b9dc (plain)
1
2
3
4
5
6
7

#include "cpu/o3/alpha_dyn_inst.hh"
#include "cpu/o3/alpha_impl.hh"
#include "cpu/o3/rob_impl.hh"

// Force instantiation of InstructionQueue.
template class ROB<AlphaSimpleImpl>;