aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2008-02-19 23:27:01 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2008-02-19 22:27:01 +0000
commitdaac03177cc40f7b0bd32361ee16598f114552d9 (patch)
tree98107da03de72a9f26c5af0f342f15e281e8d4a1 /gcc/predict.c
parent6656fda37b7354784b395dffbdd4049c441b4e99 (diff)
downloadgcc-daac03177cc40f7b0bd32361ee16598f114552d9.zip
gcc-daac03177cc40f7b0bd32361ee16598f114552d9.tar.gz
gcc-daac03177cc40f7b0bd32361ee16598f114552d9.tar.bz2
(tree_bb_level_predictions): Remove variable next mistakely introduced
by previous commit. From-SVN: r132454
Diffstat (limited to 'gcc/predict.c')
-rw-r--r--gcc/predict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/predict.c b/gcc/predict.c
index 4724848..cedb3d5 100644
--- a/gcc/predict.c
+++ b/gcc/predict.c
@@ -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: