]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/passes.c
* basic-block. (profile_record): New struct, moved from passes.c.
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Oct 2012 20:37:11 +0000 (20:37 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Oct 2012 20:37:11 +0000 (20:37 +0000)
commit981934828da13c50a4a58264cd6182664186dbb1
tree784313dcb1809538918556fac30dbf561f9d8332
parentfdf838d1bda0552bf4e92f959a5b745c024fc4a8
* basic-block. (profile_record): New struct, moved from passes.c.
* cfghooks.h (struct cfg_hooks) <account_profile_record>: New hook.
(account_profile_record): New prototype.
* cfghooks.c (account_profile_record): New function.
* tree-cfg.c (gimple_account_profile_record): New function
(gimple_cfg_hooks): Add it.
* cfgrtl.c (rtl_account_profile_record): New function
(rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): Add it.
* passes.c (check_profile_consistency): Simplify.  Move IR-dependent
code around using cfghooks machinery.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192271 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/basic-block.h
gcc/cfghooks.c
gcc/cfghooks.h
gcc/cfgrtl.c
gcc/passes.c
gcc/tree-cfg.c