Commit daac0317 by Jan Hubicka Committed by Jan Hubicka

(tree_bb_level_predictions): Remove variable next mistakely introduced

	by previous commit.

From-SVN: r132454
parent 6656fda3
2008-02-19 Jan Hubicka <jh@suse.cz> 2008-02-19 Jan Hubicka <jh@suse.cz>
(tree_bb_level_predictions): Remove variable next mistakely introduced
by previous commit.
2008-02-19 Jan Hubicka <jh@suse.cz>
* predict.c (predict_paths_leading_to): Rewrite. * predict.c (predict_paths_leading_to): Rewrite.
(predict_paths_for_bb): New. (predict_paths_for_bb): New.
(tree_bb_level_predictions): Update call of predict_paths_leading_to. (tree_bb_level_predictions): Update call of predict_paths_leading_to.
......
...@@ -1297,7 +1297,7 @@ tree_bb_level_predictions (void) ...@@ -1297,7 +1297,7 @@ tree_bb_level_predictions (void)
{ {
tree stmt = bsi_stmt (bsi); tree stmt = bsi_stmt (bsi);
tree decl; tree decl;
bool next = false;
switch (TREE_CODE (stmt)) switch (TREE_CODE (stmt))
{ {
case GIMPLE_MODIFY_STMT: case GIMPLE_MODIFY_STMT:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment