summaryrefslogtreecommitdiff
path: root/gcc/predict.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2001-11-14 20:36:17 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2001-11-14 19:36:17 +0000
commit497786446ba35ea6814862bcd76851e1379653ab (patch)
tree8373fb038b6e57cf4216b741d08ffb702752c650 /gcc/predict.c
parent852d3dad0dc7b0ed7144b1409393997830eab8d2 (diff)
downloadgcc-497786446ba35ea6814862bcd76851e1379653ab.tar.gz
cfglayout.c (fixup_fallthru_exit_predecesor): New static function.
* 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. From-SVN: r47019
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;