OSDN Git Service

Fix long lines
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 May 2010 06:23:16 +0000 (06:23 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:08:07 +0000 (14:08 +0900)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159386 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 86e0efd..3313434 100644 (file)
 
 2010-05-12  Jan Hubicka  <jh@suse.cz>
 
-       * 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.
 2010-05-11  Jan Hubicka  <jh@suse.cz>
 
        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.
 
 2010-05-10  Jan Hubicka  <jh@suse.cz>
 
-       * 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  <jh@suse.cz>
 
-       * 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.
 
 2010-04-08  Wolfgang Gellerich  <gellerich@de.ibm.com>
 
-       * 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  <Andreas.Krebbel@de.ibm.com>