Commit 10c63ba4 by Eric Botcazou

Fix long lines

From-SVN: r175011
parent 456e1323
......@@ -48,11 +48,12 @@
(nonremovable_p): New function.
(cgraph_can_remove_if_no_direct_calls_p): New function.
(used_from_object_file_p): New functoin.
(cgraph_will_be_removed_from_program_if_no_direct_calls): Look for references
from aliases.
(cgraph_will_be_removed_from_program_if_no_direct_calls): Look for
references from aliases.
* cgraph.h (cgraph_can_remove_if_no_direct_calls_p): Bring offline.
* ipa-inline.c (check_caller_edge): New function.
(want_inline_function_called_once_p): Use it; accept aliases called once, too.
(want_inline_function_called_once_p): Use it; accept aliases called
once, too.
* ipa-inline-analysis.c (do_estimate_growth): Remove FIXME.
2011-06-13 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
......@@ -103,7 +104,8 @@
2011-06-11 Jan Hubicka <jh@suse.cz>
* ipa-prop.c (ipa_make_edge_direct_to_target): Fix code setting varying args.
* ipa-prop.c (ipa_make_edge_direct_to_target): Fix code setting varying
args.
(ipa_update_after_lto_read): Likewise.
(ipa_write_node_info): Do not sream call_with_var_arguments.
(ipa_read_node_info): Likewise.
......@@ -147,8 +149,8 @@
(cgraph_function_or_thunk_node): Likewise.
* ipa-inline-transform.c (can_remove_node_now_p): Look for aliases.
(inline_call): Remove dead aliases.
* cgraphunit.c (cgraph_decide_is_function_needed): Disable assembler name
hack for same body aliases.
* cgraphunit.c (cgraph_decide_is_function_needed): Disable assembler
name hack for same body aliases.
(clone_of_p): Look through aliases.
(verify_cgraph_node): Verify aliases.
(cgraph_analyze_function): Analyze aliases; fixup C++ bugs.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment