gem5/cpu/beta_cpu/rename.cc

7 lines
167 B
C++
Raw Normal View History

#include "cpu/beta_cpu/alpha_dyn_inst.hh"
#include "cpu/beta_cpu/alpha_impl.hh"
#include "cpu/beta_cpu/rename_impl.hh"
template class SimpleRename<AlphaSimpleImpl>;