diff options
Diffstat (limited to 'gcc/cfghooks.c')
-rw-r--r-- | gcc/cfghooks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cfghooks.c b/gcc/cfghooks.c index 2af7c0612cb..d684cc729cc 100644 --- a/gcc/cfghooks.c +++ b/gcc/cfghooks.c @@ -545,7 +545,6 @@ merge_blocks (basic_block a, basic_block b) /* B hasn't quite yet ceased to exist. Attempt to prevent mishap. */ b->preds = b->succs = NULL; - a->global_live_at_end = b->global_live_at_end; if (dom_computed[CDI_DOMINATORS]) redirect_immediate_dominators (CDI_DOMINATORS, b, a); |