diff options
Diffstat (limited to 'include/llvm/CodeGen/MachineBasicBlock.h')
-rw-r--r-- | include/llvm/CodeGen/MachineBasicBlock.h | 4 |
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: |