* pa.c (output_move_double): Fix typo in double load.
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Thu, 1 Nov 2001 18:12:05 +0000 (18:12 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 1 Nov 2001 18:12:05 +0000 (18:12 +0000)
From-SVN: r46699

gcc/ChangeLog
gcc/config/pa/pa.c

index 45a62d0..f6d781d 100644 (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
index 3c63a4a..f715d08 100644 (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
            {