7 lines
161 B
C++
7 lines
161 B
C++
|
|
||
|
#include "cpu/beta_cpu/alpha_dyn_inst.hh"
|
||
|
#include "cpu/beta_cpu/rename_impl.hh"
|
||
|
#include "cpu/beta_cpu/alpha_impl.hh"
|
||
|
|
||
|
template SimpleRename<AlphaSimpleImpl>;
|