Clear the inline stack frame info when we clean all stack frames.

llvm-svn: 111891
This commit is contained in:
Greg Clayton 2010-08-24 01:28:00 +00:00
parent 758d7b1f5c
commit bba1ba8575
1 changed files with 1 additions and 0 deletions

View File

@ -330,6 +330,7 @@ public:
{
m_concrete_frames.Clear();
m_inlined_frames.Clear();
m_inlined_frame_info.clear();
}
void