mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
Get rid of deprecated function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4997 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -20,11 +20,6 @@ public:
|
|||||||
MachineBasicBlock(BasicBlock *bb = 0) : Prev(0), Next(0), BB(bb) {}
|
MachineBasicBlock(BasicBlock *bb = 0) : Prev(0), Next(0), BB(bb) {}
|
||||||
~MachineBasicBlock() {}
|
~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
|
/// getBasicBlock - Return the LLVM basic block that this instance
|
||||||
/// corresponded to originally.
|
/// corresponded to originally.
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user