aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pass.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2008-05-07 11:44:30 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2008-05-07 09:44:30 +0000
commit9562228040b6fc80870b2d7bd60d67af7870390e (patch)
tree27271fad1665bd714366737d597a190b0a86136a /gcc/tree-pass.h
parent96fcacb7d3047adc23f9f5688927053700476a88 (diff)
downloadgcc-9562228040b6fc80870b2d7bd60d67af7870390e.zip
gcc-9562228040b6fc80870b2d7bd60d67af7870390e.tar.gz
gcc-9562228040b6fc80870b2d7bd60d67af7870390e.tar.bz2
cgraph.c (dump_cgraph_node): Update.
* 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. From-SVN: r135037
Diffstat (limited to 'gcc/tree-pass.h')
-rw-r--r--gcc/tree-pass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h
index 41fd8e5..8830c44 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;