diff options
Diffstat (limited to 'include/llvm/CodeGen/MachineBasicBlock.h')
-rw-r--r-- | include/llvm/CodeGen/MachineBasicBlock.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/CodeGen/MachineBasicBlock.h b/include/llvm/CodeGen/MachineBasicBlock.h index dfa8e0d183..a2f26891de 100644 --- a/include/llvm/CodeGen/MachineBasicBlock.h +++ b/include/llvm/CodeGen/MachineBasicBlock.h @@ -20,11 +20,6 @@ public: MachineBasicBlock(BasicBlock *bb = 0) : Prev(0), Next(0), BB(bb) {} ~MachineBasicBlock() {} - // get - This deprecated static method returns the MachineBasicBlock object - // for the specified BasicBlock. - // - static MachineBasicBlock& get(const BasicBlock *BB); - /// getBasicBlock - Return the LLVM basic block that this instance /// corresponded to originally. /// |