This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [lto] Add dump_block_tree/debug_block_tree
On Wed, May 27, 2009 at 01:19, Jan Hubicka <hubicka@ucw.cz> wrote:
>> Added while debugging BLOCK node streaming in the branch. ÂThis
>> shows the tree of lexical bindings starting at a given block. ÂI
>> will commit on mainline after testing is finished.
>
> Note that there is also dump_scope_blocks for dumping BLOCKs.
Thanks. dump_scope_blocks is a much better version. I will remove mine.
Diego.