Get rid of deprecated function

llvm-svn: 4997
This commit is contained in:
Chris Lattner 2002-12-13 07:30:45 +00:00
parent c93799b779
commit a8d8e0d9dd
1 changed files with 0 additions and 5 deletions

View File

@ -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.
///