Remvoe dead fixme and typedef
authorChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 01:55:26 +0000 (01:55 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 01:55:26 +0000 (01:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4320 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineBasicBlock.h

index 2904cf1ccf1b5244248480da01716d0325076d68..2b1064dca576991b0dbc9e5796ac406b51ca1bf1 100644 (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: