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

#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>;