aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r--gcc/basic-block.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index f8ddacc..34ef104 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -240,9 +240,6 @@ struct basic_block_def GTY((chain_next ("%h.next_bb"), chain_prev ("%h.prev_bb")
/* Chain of PHI nodes for this block. */
tree phi_nodes;
- /* A list of predictions. */
- struct edge_prediction *predictions;
-
/* Expected number of executions: calculated in profile.c. */
gcov_type count;