re PR tree-optimization/37709 (inlining causes explosion in debug info)
authorJan Hubicka <jh@suse.cz>
Mon, 23 Feb 2009 13:10:53 +0000 (14:10 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 23 Feb 2009 13:10:53 +0000 (13:10 +0000)
commit61e043223d29e848f24fa5ca8aaeb968e341d6c6
treed5fc8eef4ee0352c6b6283866a64b8d5d9ec3bde
parent791c5e482115ebb266ca3c97881b7ea10f267521
re PR tree-optimization/37709 (inlining causes explosion in debug info)

PR tree-optimization/37709
* tree.c (block_ultimate_origin): Move here from dwarf2out.
* tree.h (block_ultimate_origin): Declare.
* dwarf2out.c (block_ultimate_origin): Move to tree.c
* tree-ssa-live.c (remove_unused_scope_block_p):
Eliminate blocks containig no instructions nor live variables nor
nested blocks.
(dump_scope_block): New function.
(remove_unused_locals): Enable removal of dead blocks by default;
enable dumping at TDF_DETAILS.

From-SVN: r144381
gcc/ChangeLog
gcc/dbxout.c
gcc/dwarf2out.c
gcc/tree-ssa-live.c
gcc/tree.c
gcc/tree.h