aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.0/gcc/cfghooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.0/gcc/cfghooks.c')
-rw-r--r--gcc-4.4.0/gcc/cfghooks.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc-4.4.0/gcc/cfghooks.c b/gcc-4.4.0/gcc/cfghooks.c
index e3b3b11f5..10c04a8b0 100644
--- a/gcc-4.4.0/gcc/cfghooks.c
+++ b/gcc-4.4.0/gcc/cfghooks.c
@@ -437,7 +437,6 @@ 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))
{