This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r143151 - in /branches/pretty-ipa/gcc: ChangeLo...


Author: jamborm
Date: Wed Jan  7 10:24:42 2009
New Revision: 143151

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143151
Log:
2009-01-07  Martin Jambor  <mjambor@suse.cz>

        * tree-inline.c (optimize_inline_calls): Do not call
        cgraph_node_remove_callees.
        * cgraphbuild.c (remove_cgraph_callee_edges): New function.
        (pass_remove_cgraph_callee_edges): New variable.
        * passes.c (init_optimization_passes): Add
        pass_remove_cgraph_callee_edges after early inlining and before all
        late intraprocedural passes.


Modified:
    branches/pretty-ipa/gcc/ChangeLog.pretty-ipa
    branches/pretty-ipa/gcc/cgraphbuild.c
    branches/pretty-ipa/gcc/passes.c
    branches/pretty-ipa/gcc/tree-inline.c
    branches/pretty-ipa/gcc/tree-pass.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]