Remove capability for polymorphic destruction from LexicalScope
and LexicalScopes, we're not using it. llvm-svn: 195182
This commit is contained in:
@@ -704,7 +704,6 @@ bool LDVImpl::runOnMachineFunction(MachineFunction &mf) {
|
||||
bool Changed = collectDebugValues(mf);
|
||||
computeIntervals();
|
||||
DEBUG(print(dbgs()));
|
||||
LS.releaseMemory();
|
||||
ModifiedMF = Changed;
|
||||
return Changed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user