]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix long lines.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 27 Feb 2009 20:17:29 +0000 (20:17 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 27 Feb 2009 20:17:29 +0000 (20:17 +0000)
From-SVN: r144476

gcc/ChangeLog

index 17ffc76297356e79254d887230e93406444bde2a..330da7c4a37be09065ded3cab7130bf6dc6cafb6 100644 (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.