From c46a5e284eeb2cfdfe882c1ad1e16ffd73eb4173 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Fri, 14 May 2010 06:23:16 +0000 Subject: [PATCH] Fix long lines From-SVN: r159386 --- gcc/ChangeLog | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 86e0efd78df..33134343782 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -94,14 +94,16 @@ 2010-05-12 Jan Hubicka - * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed flag. + * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed + flag. * cgraph.h (cgraph_only_called_directly_p, cgraph_can_remove_if_no_direct_calls_p): test address_taken flag. (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function. * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken. (assemble * ipa.c (cgraph_remove_unreachable_nodes): Use - cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken flags. + cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken + flags. * tree-inline.c (copy_bb): Check address_taken flag. * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and externally_visible flag. @@ -296,7 +298,8 @@ 2010-05-11 Jan Hubicka PR tree-optimize/44063 - * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of queue. + * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of + queue. (cgraph_decide_inlining_of_small_function): Skip check when disrgarding limits. (estimate_function_body_sizes): Compute sizes even when disregarding. @@ -374,12 +377,13 @@ 2010-05-10 Jan Hubicka - * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally commited change. + * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally + commited change. 2010-05-10 Jan Hubicka - * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries): Allocate - encoders. + * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries): + Allocate encoders. * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here. * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool. (lto_streamer_cache_create): Init alloc pool. @@ -4080,9 +4084,9 @@ 2010-04-08 Wolfgang Gellerich - * config/s390/s390.c (override_options): Adjust the z10 - defaults for max-unroll-times, max-completely-peeled-insns - and max-completely-peel-times. + * config/s390/s390.c (override_options): Adjust the z10 defaults + for max-unroll-times, max-completely-peeled-insns + and max-completely-peel-times. 2010-04-08 Andreas Krebbel -- 2.30.2