[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineBasicBlock.h
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 27 19:56:01 PST 2002
Changes in directory llvm/include/llvm/CodeGen:
MachineBasicBlock.h updated: 1.6 -> 1.7
---
Log message:
Remvoe dead fixme and typedef
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/MachineBasicBlock.h
diff -u llvm/include/llvm/CodeGen/MachineBasicBlock.h:1.6 llvm/include/llvm/CodeGen/MachineBasicBlock.h:1.7
--- llvm/include/llvm/CodeGen/MachineBasicBlock.h:1.6 Sun Oct 27 19:53:00 2002
+++ llvm/include/llvm/CodeGen/MachineBasicBlock.h Sun Oct 27 19:55:26 2002
@@ -14,10 +14,6 @@
extern AnnotationID MCFBB_AID;
-// FIXME: this should go away soon
-class MachineBasicBlock;
-typedef MachineBasicBlock MachineCodeForBasicBlock;
-
class MachineBasicBlock : public Annotation {
std::vector<MachineInstr*> Insts;
public:
More information about the llvm-commits
mailing list