Remvoe dead fixme and typedef

llvm-svn: 4320
This commit is contained in:
Chris Lattner 2002-10-28 01:55:26 +00:00
parent 46509e42f8
commit 85e7d46739

View File

@ -14,10 +14,6 @@ class MachineInstr;
extern AnnotationID MCFBB_AID;
// FIXME: this should go away soon
class MachineBasicBlock;
typedef MachineBasicBlock MachineCodeForBasicBlock;
class MachineBasicBlock : public Annotation {
std::vector<MachineInstr*> Insts;
public: