diff options
Diffstat (limited to 'gcc/cfghooks.c')
-rw-r--r-- | gcc/cfghooks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cfghooks.c b/gcc/cfghooks.c index 2c65726fe17..d6690a4b434 100644 --- a/gcc/cfghooks.c +++ b/gcc/cfghooks.c @@ -437,6 +437,7 @@ split_block (basic_block bb, void *i) new_bb->count = bb->count; new_bb->frequency = bb->frequency; new_bb->loop_depth = bb->loop_depth; + new_bb->discriminator = bb->discriminator; if (dom_info_available_p (CDI_DOMINATORS)) { |