diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-07 09:44:30 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-07 09:44:30 +0000 |
commit | c4d6511c84d6077f81dacbe8d7683a56cd0a07e7 (patch) | |
tree | 27271fad1665bd714366737d597a190b0a86136a /gcc/tree-pass.h | |
parent | 3c904dda2822525d080d4656d9192baa00e09d92 (diff) | |
download | gcc-c4d6511c84d6077f81dacbe8d7683a56cd0a07e7.tar.gz |
* cgraph.c (dump_cgraph_node): Update.
* cgraph.h (cgraph_local_info): Break out inline summary.
* cgraphunit.c (cgraph_process_new_functions): Use inliner analysis
hook.
* ipa-inline (inline_summary): New accestor function.
(cgraph_clone_inlined_nodes, cgraph_check_inline_limits,
cgraph_decide_inlining, compute_inline_parameters): Update.
* ipa.c (cgraph_remove_unreachable_nodes): Remove statistics.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135037 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r-- | gcc/tree-pass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index 41fd8e5beb4..8830c442e51 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -384,11 +384,11 @@ extern struct gimple_opt_pass pass_reset_cc_flags; /* IPA Passes */ extern struct ipa_opt_pass pass_ipa_inline; +extern struct simple_ipa_opt_pass pass_ipa_reference; extern struct simple_ipa_opt_pass pass_ipa_matrix_reorg; extern struct simple_ipa_opt_pass pass_ipa_cp; extern struct simple_ipa_opt_pass pass_ipa_early_inline; -extern struct simple_ipa_opt_pass pass_ipa_reference; extern struct simple_ipa_opt_pass pass_ipa_pure_const; extern struct simple_ipa_opt_pass pass_ipa_type_escape; extern struct simple_ipa_opt_pass pass_ipa_pta; |