Skip to content
Commit 624784a9 authored by Greg Clayton's avatar Greg Clayton
Browse files

Free up some space in lldb_private::Block by not requiring a sibling pointer.

The old way of storing blocks used to use the sibling pointer, but now all
blocks contain a collection of shared pointers to blocks so this isn't required
anymore and a parent can be asked to find the sibling block for a child block.

llvm-svn: 140808
parent 8574cbfd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment