mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-23 22:23:00 +00:00
Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDetector to fix memory leak bug.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13718 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -71,7 +71,8 @@ public:
|
||||
Number(-1), Parent(0) {
|
||||
Insts.parent = this;
|
||||
}
|
||||
~MachineBasicBlock() {}
|
||||
|
||||
~MachineBasicBlock();
|
||||
|
||||
/// getBasicBlock - Return the LLVM basic block that this instance
|
||||
/// corresponded to originally.
|
||||
|
||||
Reference in New Issue
Block a user