forked from OSchip/llvm-project
Clear the inline stack frame info when we clean all stack frames.
llvm-svn: 111891
This commit is contained in:
parent
758d7b1f5c
commit
bba1ba8575
|
@ -330,6 +330,7 @@ public:
|
|||
{
|
||||
m_concrete_frames.Clear();
|
||||
m_inlined_frames.Clear();
|
||||
m_inlined_frame_info.clear();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue