diff options
Diffstat (limited to 'cpu/ooo_cpu/ooo_impl.hh')
-rw-r--r-- | cpu/ooo_cpu/ooo_impl.hh | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/cpu/ooo_cpu/ooo_impl.hh b/cpu/ooo_cpu/ooo_impl.hh deleted file mode 100644 index 9e6df9214..000000000 --- a/cpu/ooo_cpu/ooo_impl.hh +++ /dev/null @@ -1,21 +0,0 @@ - -#ifndef __CPU_OOO_CPU_OOO_IMPL_HH__ -#define __CPU_OOO_CPU_OOO_IMPL_HH__ - -#include "arch/alpha/isa_traits.hh" - -template <class Impl> -class OoOCPU; - -template <class Impl> -class OoODynInst; - -struct OoOImpl { - typedef AlphaISA ISA; - typedef OoOCPU<OoOImpl> OoOCPU; - typedef OoOCPU FullCPU; - typedef OoODynInst<OoOImpl> DynInst; - typedef RefCountingPtr<DynInst> DynInstPtr; -}; - -#endif // __CPU_OOO_CPU_OOO_IMPL_HH__ |