Commit 8b4904a3 by Richard Kenner

(unroll_loop): Set regno_pointer_{flag,align} in remap table.

From-SVN: r10878
parent 12307ca2
...@@ -1105,6 +1105,10 @@ unroll_loop (loop_end, insn_count, loop_start, end_insert_before, ...@@ -1105,6 +1105,10 @@ unroll_loop (loop_end, insn_count, loop_start, end_insert_before,
#endif #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 /* 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 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 the compare/jump instruction at the end of the loop to refer to the new
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment