projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aec11f1
)
Remvoe dead fixme and typedef
author
Chris Lattner
<sabre@nondot.org>
Mon, 28 Oct 2002 01:55:26 +0000
(
01:55
+0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/MachineBasicBlock.h
b/include/llvm/CodeGen/MachineBasicBlock.h
index 2904cf1ccf1b5244248480da01716d0325076d68..2b1064dca576991b0dbc9e5796ac406b51ca1bf1 100644
(file)
--- 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: