OSDN Git Service

* i386.c (size_cost): New static variable.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Sep 2001 15:32:12 +0000 (15:32 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Sep 2001 15:32:12 +0000 (15:32 +0000)
commitba126de4cf1f0bbc1e2718da90fc736e951c08d6
tree341620536c3a3cfc629ac77fa76be2987cb80273
parentd614575c1b88d9556b52e8a8a0821abb95f72a21
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45415 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/local-alloc.c
gcc/profile.c
gcc/reg-stack.c