Fix long lines.

From-SVN: r144476
This commit is contained in:
Eric Botcazou 2009-02-27 20:17:29 +00:00
parent cff7525fb0
commit f10a1c6cae
1 changed files with 4 additions and 3 deletions

View File

@ -9,11 +9,12 @@
* dbxout.c (dbxout_block): Remove BLOCK_HANDLER_BLOCK.
* dwarf2out.c (is_inlined_entry_point): Remove.
(add_high_low_attributes): Use inlined_function_outer_scope_p.
(gen_block_die): Use is_inlined_entry_point check; remove body block code.
(gen_block_die): Use is_inlined_entry_point check. Remove body block
code.
* langhooks.h (struct lang_hooks): Remove no_bodu_blocks.
* gimplify.c (gimplify_expr): Gimplify body blocks.
* tree-ssa-live.c (remove_unused_scope_block_p): Allow removing wrapper block
with multiple subblocks.
* tree-ssa-live.c (remove_unused_scope_block_p): Allow removing wrapper
block with multiple subblocks.
(dump_scope_block): Prettier output; dump more flags and info.
(dump_scope_blocks): New.
(remove_unused_locals): Use dump_scope_blocks.