From 32bf74cb8ee4c9293636041c05d93fbfd01087da Mon Sep 17 00:00:00 2001 From: Paul Rosenfeld Date: Wed, 12 Mar 2014 07:03:22 -0500 Subject: alpha: Small removal of dead comments/code from alpha ISA Committed by: Nilay Vaish --- src/cpu/o3/dyn_inst.hh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/cpu/o3/dyn_inst.hh') diff --git a/src/cpu/o3/dyn_inst.hh b/src/cpu/o3/dyn_inst.hh index 5477f46d6..76bd8b291 100644 --- a/src/cpu/o3/dyn_inst.hh +++ b/src/cpu/o3/dyn_inst.hh @@ -54,13 +54,6 @@ class Packet; -/** - * Mostly implementation & ISA specific AlphaDynInst. As with most - * other classes in the new CPU model, it is templated on the Impl to - * allow for passing in of all types, such as the CPU type and the ISA - * type. The AlphaDynInst serves as the primary interface to the CPU - * for instructions that are executing. - */ template class BaseO3DynInst : public BaseDynInst { -- cgit v1.2.3