re PR target/23721 (pt.c:9462: ICE: in change_address_1, at emit-rtl.c:1791)
PR target/23721 * pa.c (emit_move_sequence): Fix typo in last change. From-SVN: r103831
This commit is contained in:
parent
01cd3b3a19
commit
1c9ef36d01
@ -1,3 +1,8 @@
|
||||
2005-09-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
PR target/23721
|
||||
* pa.c (emit_move_sequence): Fix typo in last change.
|
||||
|
||||
2005-09-03 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR rtl-optimization/23454
|
||||
|
@ -1757,7 +1757,7 @@ emit_move_sequence (rtx *operands, enum machine_mode mode, rtx scratch_reg)
|
||||
&& flag_pic)
|
||||
{
|
||||
rtx const_mem = force_const_mem (mode, operand1);
|
||||
operands[1] = legitimize_pic_address (XEXP (operands[1], 0),
|
||||
operands[1] = legitimize_pic_address (XEXP (const_mem, 0),
|
||||
mode, temp);
|
||||
operands[1] = replace_equiv_address (const_mem, operands[1]);
|
||||
emit_move_sequence (operands, mode, temp);
|
||||
|
Loading…
Reference in New Issue
Block a user