aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-streamer-in.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gimple-streamer-in.cc')
-rw-r--r--gcc/gimple-streamer-in.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/gimple-streamer-in.cc b/gcc/gimple-streamer-in.cc
index e7f3256..ea8891e 100644
--- a/gcc/gimple-streamer-in.cc
+++ b/gcc/gimple-streamer-in.cc
@@ -267,7 +267,6 @@ input_bb (class lto_input_block *ib, enum LTO_tags tag,
bb->count
= bb->count.apply_scale (count_materialization_scale, REG_BR_PROB_BASE);
bb->flags = streamer_read_hwi (ib);
- bb->discriminator = streamer_read_hwi (ib);
/* LTO_bb1 has statements. LTO_bb0 does not. */
if (tag == LTO_bb0)