r148513 - in /branches/lw-ipo/gcc: ipa-inline.c...
raksit@gcc.gnu.org
raksit@gcc.gnu.org
Tue Jun 16 05:41:00 GMT 2009
Author: raksit
Date: Tue Jun 16 05:41:52 2009
New Revision: 148513
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148513
Log:
* tree-pass.h: Remove declaration of pass_early_inline_pre_profile.
* ipa-inline.c (cgraph_decide_inlining_incrementally): Remove the
no_intermodule function parameter. Instead, use the after_tree_profile
member variable of struct function for this purpose.
(try_inline): Remove the no_intermodule function parameter.
(cgraph_early_inlining_pre_profile): Remove function.
(cgraph_gate_early_inlining_pre_profile): Remove function.
(pass_early_inline_pre_profile): Remove definition of this
gimple_opt_pass.
* passes.c: Remove pass_early_inline_pre_profile and add
pass_early_inline in its place.
Modified:
branches/lw-ipo/gcc/ipa-inline.c
branches/lw-ipo/gcc/passes.c
branches/lw-ipo/gcc/tree-pass.h
More information about the Gcc-cvs
mailing list