diff options
author | Kenneth Zadeck <zadeck@naturalbridge.com> | 2008-05-15 22:58:03 +0000 |
---|---|---|
committer | Kenneth Zadeck <zadeck@gcc.gnu.org> | 2008-05-15 22:58:03 +0000 |
commit | 1920df6c2253448d27f4e8e016fa504810857649 (patch) | |
tree | 2c6ab8e53e59d94a67a634900e3ca0f68350582a /gcc/tree-pretty-print.c | |
parent | be95b3555aa82872565a1e1ea85ff826a20c8e2e (diff) | |
download | gcc-1920df6c2253448d27f4e8e016fa504810857649.zip gcc-1920df6c2253448d27f4e8e016fa504810857649.tar.gz gcc-1920df6c2253448d27f4e8e016fa504810857649.tar.bz2 |
cgraph.h (compute_inline_parameters): Made public.
2008-05-15 Kenneth Zadeck <zadeck@naturalbridge.com>
* cgraph.h (compute_inline_parameters): Made public.
* tree-pass.h (ipa_opt_pass): Removed function_generate_summary,
variable_generate_summary, function_write_summary,
variable_write_summary, variable_read_summary. Added
generate_summary, write_summary, read_summary.
* cgraphunit.c (cgraph_process_new_functions): Changed call from
pass_ipa_inline.function_generate_summary, to
compute_inline_parameters.
* ipa-inline.c (compute_inline_parameters): Made public and added
node parameter.
(compute_inline_parameters_for_current): New function.
(pass_inline_param): Now calls
compute_inline_parameters_for_current.
(inline_generate_summary): Removed parameter and made to loop over
all cgraph nodes.
(pass_ipa_inline): Updated for new IPA_PASS structure.
* passes.c (execute_ipa_summary_passes): Now is called once per
pass rather than once per node*pass.
From-SVN: r135401
Diffstat (limited to 'gcc/tree-pretty-print.c')
0 files changed, 0 insertions, 0 deletions