OSDN Git Service

* predict.c (tree_predict_edge): Don't drop useless predictions;
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Jun 2005 12:31:35 +0000 (12:31 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Jun 2005 12:31:35 +0000 (12:31 +0000)
commitd5043f32aad364e89ea649d8be0258fcffcece69
treeb33345b9d09639a34fdfad1df1f1c467319d43a7
parentbdf4b4899139c47d5db18b23d21ef8875604d278
* predict.c (tree_predict_edge): Don't drop useless predictions;
check that it is not called too late in the game.
(gate_estimate_probability): New gate.
(pass_profile): Gate.
* tree-mudflap.c (mf_build_check_statement_for): Do not drop
predictions; update CFG instead.
* cfgrtl.c (rtl_verify_flow_info): Check that predcitions are consumed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100662 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cfgrtl.c
gcc/predict.c
gcc/tree-mudflap.c