(tree_bb_level_predictions): Remove variable next mistakely introduced

by previous commit.

From-SVN: r132454
This commit is contained in:
Jan Hubicka 2008-02-19 23:27:01 +01:00 committed by Jan Hubicka
parent 6656fda37b
commit daac03177c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -1297,7 +1297,7 @@ tree_bb_level_predictions (void)
{
tree stmt = bsi_stmt (bsi);
tree decl;
bool next = false;
switch (TREE_CODE (stmt))
{
case GIMPLE_MODIFY_STMT: