This is the mail archive of the gcc-patches@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]

Re: [PATCH 4/4] New callgraph wrapper function creation added


On 05/30/14 00:49, Martin Liška wrote:
Hello,
    cgraph_make_wrapper is a new function that creates a simple wrapper
of a function. The function will be used further in identical code
folding if a pass proves that two functions are semantically equivalent.

Bootstrapped and tested on x86_64-linux.
OK for trunk?

Thanks,
Martin

2014-05-29  Martin Liska  <mliska@suse.cz>

     * cgraph.h (cgraph_make_wrapper): New function introduced.
     * cgraphunit.c (cgraph_make_wrapper): The function implementation.
     * ipa-inline.h (inline_analyze_function): The function is global.
     * ipa-inline-analysis.c (inline_analyze_function): Likewise.
OK for the trunk.

jeff


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