summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-13 07:30:45 +0000
committerChris Lattner <sabre@nondot.org>2002-12-13 07:30:45 +0000
commita8d8e0d9dd3811f56e93bca05c67651425e40d9c (patch)
treecf4993a5ae8ef9d341522492846cb37da9fca5d6
parentc93799b77963961abb07202d1a4f4b7903d3a7e9 (diff)
downloadbcm5719-llvm-a8d8e0d9dd3811f56e93bca05c67651425e40d9c.tar.gz
bcm5719-llvm-a8d8e0d9dd3811f56e93bca05c67651425e40d9c.zip
Get rid of deprecated function
llvm-svn: 4997
-rw-r--r--llvm/include/llvm/CodeGen/MachineBasicBlock.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineBasicBlock.h b/llvm/include/llvm/CodeGen/MachineBasicBlock.h
index dfa8e0d183c..a2f26891def 100644
--- a/llvm/include/llvm/CodeGen/MachineBasicBlock.h
+++ b/llvm/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.
///
OpenPOWER on IntegriCloud