* pa.c (emit_move_sequence): Fix typo in last change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103831
138bc75d-0d04-0410-961f-
82ee72b054a4
+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
&& 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);