Commit 1c9ef36d by John David Anglin Committed by John David Anglin

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
parent 01cd3b3a
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> 2005-09-03 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/23454 PR rtl-optimization/23454
......
...@@ -1757,7 +1757,7 @@ emit_move_sequence (rtx *operands, enum machine_mode mode, rtx scratch_reg) ...@@ -1757,7 +1757,7 @@ emit_move_sequence (rtx *operands, enum machine_mode mode, rtx scratch_reg)
&& flag_pic) && flag_pic)
{ {
rtx const_mem = force_const_mem (mode, operand1); 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); mode, temp);
operands[1] = replace_equiv_address (const_mem, operands[1]); operands[1] = replace_equiv_address (const_mem, operands[1]);
emit_move_sequence (operands, mode, temp); emit_move_sequence (operands, mode, temp);
......
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