alpha: Small removal of dead comments/code from alpha ISA

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
This commit is contained in:
Paul Rosenfeld
2014-03-12 07:03:22 -05:00
parent 62fe81e9c1
commit 32bf74cb8e
2 changed files with 0 additions and 20 deletions

View File

@@ -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 Impl>
class BaseO3DynInst : public BaseDynInst<Impl>
{