aboutsummaryrefslogtreecommitdiff
path: root/llvm/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
commitb7dee8a606496d52f02b7e9523487fcb89ae90de (patch)
tree4e89ead535549127d0e380e520b24132f6256764 /llvm/lib/CodeGen/LiveDebugVariables.cpp
parent9d7d5da6a1769056764236c78c9fff28b0ac300b (diff)
downloadllvm-b7dee8a606496d52f02b7e9523487fcb89ae90de.zip
llvm-b7dee8a606496d52f02b7e9523487fcb89ae90de.tar.gz
llvm-b7dee8a606496d52f02b7e9523487fcb89ae90de.tar.bz2
Remove capability for polymorphic destruction from LexicalScope
and LexicalScopes, we're not using it. llvm-svn: 195182
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
-rw-r--r--llvm/lib/CodeGen/LiveDebugVariables.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugVariables.cpp b/llvm/lib/CodeGen/LiveDebugVariables.cpp
index 9ada1b4..52b7ee0 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;
}