* pa.c (output_move_double): Fix typo in double load.

From-SVN: r46699
This commit is contained in:
John David Anglin 2001-11-01 18:12:05 +00:00 committed by John David Anglin
parent 4d16bdbbf6
commit 6126a380a2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-11-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa.c (output_move_double): Fix typo in double load.
2001-11-01 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.c (h8300_encode_label): Compute a string

View File

@ -1950,7 +1950,7 @@ output_move_double (operands)
save a register file writeback) */
if (GET_CODE (addr) == POST_INC)
return "{ldws|ldw},ma 8(%1),%0\n\tldw -4(%1),%R0";
return "{ldws|ldw},ma -8(%1),%0\n\tldw 12(%1),%R0}";
return "{ldws|ldw},ma -8(%1),%0\n\tldw 12(%1),%R0";
}
else
{