[tree-inline][obvious] Delete redundant count_insns_seq
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Thu, 24 Sep 2015 08:25:13 +0000 (08:25 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Thu, 24 Sep 2015 08:25:13 +0000 (08:25 +0000)
commitfcb901cdfac9321b0202d800621f06b2aafd5bee
treecdafb25aaf26090659e358891173245c121cbd7b
parent1fefbb66c8282a4d9e74dc178a3578e4c302862f
[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.

From-SVN: r228075
gcc/ChangeLog
gcc/tree-eh.c
gcc/tree-inline.c
gcc/tree-inline.h