From e39bf2d9fcc8ef97898e317e62bb831b0b2e412f Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 10 Nov 1993 16:47:19 -0800 Subject: [PATCH] (unroll_loop): Set global_const_equiv_map_size. From-SVN: r6062 --- gcc/unroll.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/unroll.c b/gcc/unroll.c index 631abcc93c0..e3ed103de28 100644 --- a/gcc/unroll.c +++ b/gcc/unroll.c @@ -753,6 +753,7 @@ unroll_loop (loop_end, insn_count, loop_start, end_insert_before, * sizeof (unsigned)); map->const_equiv_map_size = maxregnum; global_const_equiv_map = map->const_equiv_map; + global_const_equiv_map_size = maxregnum; init_reg_map (map, maxregnum); @@ -1013,6 +1014,7 @@ unroll_loop (loop_end, insn_count, loop_start, end_insert_before, map->const_equiv_map_size = new_maxregnum; global_const_equiv_map = map->const_equiv_map; + global_const_equiv_map_size = new_maxregnum; /* Search the list of bivs and givs to find ones which need to be remapped when split, and set their reg_map entry appropriately. */ -- 2.30.2