New callgraph wrapper function creation added
commitcb8994e9e2886f6c541f94030edef89fe0a3a7c9
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Jun 2014 11:11:09 +0000 (4 11:11 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Jun 2014 11:11:09 +0000 (4 11:11 +0000)
treee78a59bd8a8cf8a4b394d41bfb4d7e3327aeb3cc
parent071f6d39ee3232ddbcae388a6167b04a53417b80
New callgraph wrapper function creation added

* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211222 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cgraph.h
gcc/cgraphunit.c
gcc/ipa-inline-analysis.c
gcc/ipa-inline.h