From 8b4904a3ac3c22d9735a87ed083153f1cae8b26f Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 27 Dec 1995 15:28:09 -0500 Subject: [PATCH] (unroll_loop): Set regno_pointer_{flag,align} in remap table. From-SVN: r10878 --- gcc/unroll.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/unroll.c b/gcc/unroll.c index c5985780a82..e5b1e0ecb9d 100644 --- a/gcc/unroll.c +++ b/gcc/unroll.c @@ -1105,6 +1105,10 @@ unroll_loop (loop_end, insn_count, loop_start, end_insert_before, #endif } + /* Use our current register alignment and pointer flags. */ + map->regno_pointer_flag = regno_pointer_flag; + map->regno_pointer_align = regno_pointer_align; + /* 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 the compare/jump instruction at the end of the loop to refer to the new -- 2.30.2