Remove capability for polymorphic destruction from LexicalScope

and LexicalScopes, we're not using it.

llvm-svn: 195182
This commit is contained in:
Eric Christopher
2013-11-20 00:54:28 +00:00
parent 9d7d5da6a1
commit b7dee8a606
3 changed files with 10 additions and 14 deletions

View File

@@ -704,7 +704,6 @@ bool LDVImpl::runOnMachineFunction(MachineFunction &mf) {
bool Changed = collectDebugValues(mf);
computeIntervals();
DEBUG(print(dbgs()));
LS.releaseMemory();
ModifiedMF = Changed;
return Changed;
}