summaryrefslogtreecommitdiff
path: root/gcc/predict.c
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-14 19:36:17 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-14 19:36:17 +0000
commit19349d28c88773977ff783b140aed9309cb3bcf8 (patch)
tree8373fb038b6e57cf4216b741d08ffb702752c650 /gcc/predict.c
parent945a0f40d93f61b0f643c6d6df50d7acea3caffc (diff)
downloadgcc-19349d28c88773977ff783b140aed9309cb3bcf8.tar.gz
* cfglayout.c (fixup_fallthru_exit_predecesor): New static function.
(cfg_layout_finalize): Use it. * bb-reorder.c (HAVE_epilogue): Remove. (make_reorder_chain): Do not care special placement of last basic block. * predict.c (expected_value_to_br_prob): Delete the note once transformed. * c-decl.c (c_expand_body): Fix TV_EXPAND nesting problem; measure integration time separately. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47019 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/predict.c')
-rw-r--r--gcc/predict.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/predict.c b/gcc/predict.c
index 3bfa204f4e5..c5cc0a4a27b 100644
--- a/gcc/predict.c
+++ b/gcc/predict.c
@@ -540,6 +540,7 @@ expected_value_to_br_prob ()
{
ev = NOTE_EXPECTED_VALUE (insn);
ev_reg = XEXP (ev, 0);
+ delete_insn (insn);
}
continue;