* pa.c (output_move_double): Fix typo in double load.
From-SVN: r46699
This commit is contained in:
parent
4d16bdbbf6
commit
6126a380a2
@ -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>
|
2001-11-01 Kazu Hirata <kazu@hxi.com>
|
||||||
|
|
||||||
* config/h8300/h8300.c (h8300_encode_label): Compute a string
|
* config/h8300/h8300.c (h8300_encode_label): Compute a string
|
||||||
|
@ -1950,7 +1950,7 @@ output_move_double (operands)
|
|||||||
save a register file writeback) */
|
save a register file writeback) */
|
||||||
if (GET_CODE (addr) == POST_INC)
|
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 -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
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user