Don't bother calling releaseMemory before destroying the DominatorTreeBase.

llvm-svn: 106287
This commit is contained in:
Dan Gohman 2010-06-18 16:09:11 +00:00
parent 7edb39cc6b
commit 9f58b3e106
2 changed files with 0 additions and 2 deletions

View File

@ -704,7 +704,6 @@ public:
}
~DominatorTree() {
DT->releaseMemory();
delete DT;
}

View File

@ -46,7 +46,6 @@ MachineDominatorTree::MachineDominatorTree()
}
MachineDominatorTree::~MachineDominatorTree() {
DT->releaseMemory();
delete DT;
}