From b7dee8a606496d52f02b7e9523487fcb89ae90de Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 20 Nov 2013 00:54:28 +0000 Subject: Remove capability for polymorphic destruction from LexicalScope and LexicalScopes, we're not using it. llvm-svn: 195182 --- llvm/lib/CodeGen/LiveDebugVariables.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp') diff --git a/llvm/lib/CodeGen/LiveDebugVariables.cpp b/llvm/lib/CodeGen/LiveDebugVariables.cpp index 9ada1b49288..52b7ee0f2a6 100644 --- a/llvm/lib/CodeGen/LiveDebugVariables.cpp +++ b/llvm/lib/CodeGen/LiveDebugVariables.cpp @@ -704,7 +704,6 @@ bool LDVImpl::runOnMachineFunction(MachineFunction &mf) { bool Changed = collectDebugValues(mf); computeIntervals(); DEBUG(print(dbgs())); - LS.releaseMemory(); ModifiedMF = Changed; return Changed; } -- cgit v1.2.3