summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveDebugVariables.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-11-20 00:54:28 +0000
committerEric Christopher <echristo@gmail.com>2013-11-20 00:54:28 +0000
commitb88a94faaab2234d7da660a577b612754ecb9897 (patch)
treed49a6e36591cbdf4aecfc4617dfcacc79ddf85f1 /lib/CodeGen/LiveDebugVariables.cpp
parent1f12b50b83acd277a62aaa6372d56a9334a03fe0 (diff)
downloadllvm-b88a94faaab2234d7da660a577b612754ecb9897.tar.gz
llvm-b88a94faaab2234d7da660a577b612754ecb9897.tar.bz2
llvm-b88a94faaab2234d7da660a577b612754ecb9897.tar.xz
Remove capability for polymorphic destruction from LexicalScope
and LexicalScopes, we're not using it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195182 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveDebugVariables.cpp')
-rw-r--r--lib/CodeGen/LiveDebugVariables.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveDebugVariables.cpp b/lib/CodeGen/LiveDebugVariables.cpp
index 9ada1b4928..52b7ee0f2a 100644
--- a/lib/CodeGen/LiveDebugVariables.cpp
+++ b/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;
}