Add early_inline wrapper to call compute_inline_parameters and update_ssa properly.
commit0a54994896aeeab947c22d6fec1cf83533de4b0f
authordehao <dehao@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Mar 2014 22:00:46 +0000 (20 22:00 +0000)
committerdehao <dehao@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Mar 2014 22:00:46 +0000 (20 22:00 +0000)
tree10108c2f5ca312586a8da37e0ad63983b1ed6e2a
parent5e0bb4e5cbe496d7d293acbe52e1c4956efae3be
Add early_inline wrapper to call compute_inline_parameters and update_ssa properly.

2014-03-20  Dehao Chen  <dehao@google.com>

* gcc/auto-profile.c (afdo_vpt_for_early_inline): Move function call
to the wrapper.
(early_inline): New wrapper.
(auto_profile): Move function call to the wrapper.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/google@208738 138bc75d-0d04-0410-961f-82ee72b054a4
gcc-4_8/gcc/auto-profile.c