From 2ab0437e790ef6197432c9609b2f854ba6bf32fd Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Wed, 5 Sep 2001 17:32:12 +0200 Subject: 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/profile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/profile.c') diff --git a/gcc/profile.c b/gcc/profile.c index 9d43f94..d011021 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 -- cgit v1.1