diff options
Diffstat (limited to 'gcc/tree-ssa-threadupdate.c')
-rw-r--r-- | gcc/tree-ssa-threadupdate.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-ssa-threadupdate.c b/gcc/tree-ssa-threadupdate.c index db29b3b..872de64 100644 --- a/gcc/tree-ssa-threadupdate.c +++ b/gcc/tree-ssa-threadupdate.c @@ -635,7 +635,6 @@ thread_single_edge (edge e) basic_block bb = e->dest; edge eto = (edge) e->aux; struct redirection_data rd; - struct local_info local_info; e->aux = NULL; @@ -657,7 +656,6 @@ thread_single_edge (edge e) /* Otherwise, we need to create a copy. */ update_bb_profile_for_threading (bb, EDGE_FREQUENCY (e), e->count, eto); - local_info.bb = bb; rd.outgoing_edge = eto; create_block_for_threading (bb, &rd); |