diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-05 15:32:12 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-05 15:32:12 +0000 |
commit | ba126de4cf1f0bbc1e2718da90fc736e951c08d6 (patch) | |
tree | 341620536c3a3cfc629ac77fa76be2987cb80273 /gcc/profile.c | |
parent | d614575c1b88d9556b52e8a8a0821abb95f72a21 (diff) | |
download | gcc-ba126de4cf1f0bbc1e2718da90fc736e951c08d6.tar.gz |
* 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
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index 9d43f94fe3a..d011021ce15 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -530,6 +530,7 @@ branch_prob () total_num_times_called++; flow_call_edges_add (NULL); + add_noreturn_fake_exit_edges (); /* We can't handle cyclic regions constructed using abnormal edges. To avoid these we replace every source of abnormal edge by a fake |