diff options
Diffstat (limited to 'gcc/unroll.c')
-rw-r--r-- | gcc/unroll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/unroll.c b/gcc/unroll.c index a666984045f..6e545b06926 100644 --- a/gcc/unroll.c +++ b/gcc/unroll.c @@ -1197,8 +1197,8 @@ unroll_loop (loop, insn_count, end_insert_before, strength_reduce_p) } /* Use our current register alignment and pointer flags. */ - map->regno_pointer_flag = cfun->emit->regno_pointer_flag; map->regno_pointer_align = cfun->emit->regno_pointer_align; + map->x_regno_reg_rtx = cfun->emit->x_regno_reg_rtx; /* If the loop is being partially unrolled, and the iteration variables are being split, and are being renamed for the split, then must fix up |