summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit07c9059e723ca1b3e5936fa7cb90974490b7042c (patch)
tree3142ed4ecb38ff7130053648cefdc36678381cd8 /llvm
parent1861eced0eea58d680dae11203b5810b48ce89c4 (diff)
downloadbcm5719-llvm-07c9059e723ca1b3e5936fa7cb90974490b7042c.tar.gz
bcm5719-llvm-07c9059e723ca1b3e5936fa7cb90974490b7042c.zip
Remvoe dead fixme and typedef
llvm-svn: 4320
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/CodeGen/MachineBasicBlock.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineBasicBlock.h b/llvm/include/llvm/CodeGen/MachineBasicBlock.h
index 2904cf1ccf1..2b1064dca57 100644
--- a/llvm/include/llvm/CodeGen/MachineBasicBlock.h
+++ b/llvm/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:
OpenPOWER on IntegriCloud