aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineDebugInfo.cpp
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2007-01-24 18:45:13 +0000
committerJim Laskey <jlaskey@mac.com>2007-01-24 18:45:13 +0000
commit5e73d5bd2e98afda12fa69a7ea83050c69be0d34 (patch)
tree0b1ab52ac594e70591f43d7d8847aee36dfb27bf /lib/CodeGen/MachineDebugInfo.cpp
parent7cce0ac42b6bb2fbbbadb542a0b589bd6db7de2e (diff)
Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves
by value so that clean up is less confusing (these vectors tend to be small.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33488 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineDebugInfo.cpp')
-rw-r--r--lib/CodeGen/MachineDebugInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineDebugInfo.cpp b/lib/CodeGen/MachineDebugInfo.cpp
index 0a6d3acb9c..2ad1ba0ada 100644
--- a/lib/CodeGen/MachineDebugInfo.cpp
+++ b/lib/CodeGen/MachineDebugInfo.cpp
@@ -1505,7 +1505,6 @@ void MachineDebugInfo::EndFunction() {
}
// Clean up frame info.
- for (unsigned i = 0, N = FrameMoves.size(); i < N; ++i) delete FrameMoves[i];
FrameMoves.clear();
}