mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +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:
parent
4373140d8a
commit
3153b35a52
@ -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.
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user