]> git.ipfire.org Git - thirdparty/gcc.git/commit
[tree-inline][obvious] Delete redundant count_insns_seq
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Sep 2015 08:25:13 +0000 (08:25 +0000)
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Sep 2015 08:25:13 +0000 (08:25 +0000)
commit100f989efbe490fea5f594226f720b5951e07ed3
treecdafb25aaf26090659e358891173245c121cbd7b
parent842c7753947bbce821b21863a7f7404c0543028b
[tree-inline][obvious] Delete redundant count_insns_seq

* tree-inline.h (count_insns_seq): Delete prototype.
(estimate_num_insns_seq): Define prototype.
* tree-inline.c (count_insns_seq): Delete.
(estimate_num_insns_seq): Remove static qualifier.
* tree-eh.c (decide_copy_try_finally): Replace use of count_insns_seq
with estimate_num_insns_seq.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228075 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-eh.c
gcc/tree-inline.c
gcc/tree-inline.h