aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineBasicBlock.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-28 01:55:26 +0000
committerChris Lattner <sabre@nondot.org>2002-10-28 01:55:26 +0000
commit506676de323b7ef16050ac6eb01712986234539d (patch)
treefd36b92994fd337b185ae51fceb8d8d919d9242d /include/llvm/CodeGen/MachineBasicBlock.h
parentaec11f1decda111112c39803cb89dace81cd0568 (diff)
Remvoe dead fixme and typedef
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4320 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineBasicBlock.h')
-rw-r--r--include/llvm/CodeGen/MachineBasicBlock.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/MachineBasicBlock.h b/include/llvm/CodeGen/MachineBasicBlock.h
index 2904cf1ccf..2b1064dca5 100644
--- a/include/llvm/CodeGen/MachineBasicBlock.h
+++ b/include/llvm/CodeGen/MachineBasicBlock.h
@@ -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: