* ifcvt.c (total_bb_rtx_cost): Rename function to cheap_bb_rtx_cost_p.
commit6c4193b5f9078939d2481198d31aba6c666ddc88
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Dec 2004 15:26:32 +0000 (18 15:26 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Dec 2004 15:26:32 +0000 (18 15:26 +0000)
tree57af61e53f016ae3b3b8e14efe56886c54b417e9
parent93d9d66fe4e9520042690f6c86bd18b0d88f9568
* ifcvt.c (total_bb_rtx_cost): Rename function to cheap_bb_rtx_cost_p.
Take a max_cost argument to avoid scanning large blocks, by returning
a Boolean instead of a total.  Include the cost of a "fstp %st(0)"
instruction required to pop dead values off of a register stack.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92352 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ifcvt.c