(tree_bb_level_predictions): Remove variable next mistakely introduced
by previous commit. From-SVN: r132454
This commit is contained in:
parent
6656fda37b
commit
daac03177c
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user