OSDN Git Service

Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDetector...
authorTanya Lattner <tonic@nondot.org>
Mon, 24 May 2004 07:14:35 +0000 (07:14 +0000)
committerTanya Lattner <tonic@nondot.org>
Mon, 24 May 2004 07:14:35 +0000 (07:14 +0000)
commit17fb34bf8cd10a798c9206eeef3bff151b4d3688
tree72126cdeed098322eb84db0a85df34eb35175ca6
parentb11a99bd39ec12733527bde330302b435b8d9f1a
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
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineFunction.h
lib/CodeGen/MachineBasicBlock.cpp
lib/CodeGen/MachineFunction.cpp