i386.c (size_cost): New static variable.
authorJan Hubicka <jh@suse.cz>
Wed, 5 Sep 2001 15:32:12 +0000 (17:32 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 5 Sep 2001 15:32:12 +0000 (15:32 +0000)
commit2ab0437e790ef6197432c9609b2f854ba6bf32fd
tree341620536c3a3cfc629ac77fa76be2987cb80273
parent76f81d9581ad1ff765c4d1280df8e4a0d9617080
i386.c (size_cost): New static variable.

* i386.c (size_cost): New static variable.
(override_function): Use size_cost when -Os is specified.

* i386.c (ix86_expand_prologue): Set use_fast_prologue_epilogue
properly;  Use current_function_calls_eh_return.
(ix86_expand_epilogue): Avoid dummy optimize_size tests;
use leave to avoid depdendancy chain.

* local-alloc.c (update_equiv_regs): Use CFG to iterate over INSN stream;
get BB loop_depth instead of computing it from LOOP notes.

* reg-stack.c (subst_stack_reg_pat): Handle reversal of conditional moves.

From-SVN: r45415
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/local-alloc.c
gcc/profile.c
gcc/reg-stack.c