sparc.md (return_losum_di): Fix typo in asm output string.
authorJakub Jelinek <jakub@redhat.com>
Mon, 6 Dec 1999 17:38:07 +0000 (18:38 +0100)
committerDavid S. Miller <davem@gcc.gnu.org>
Mon, 6 Dec 1999 17:38:07 +0000 (09:38 -0800)
* config/sparc/sparc.md (return_losum_di): Fix typo in asm
output string.

From-SVN: r30801

gcc/ChangeLog
gcc/config/sparc/sparc.md

index a223d3303d1108cd3450b7ecdc5a0569fca53443..48fd720dfdd4ba84d63b2dc57150d238c4ba09f6 100644 (file)
@@ -1,3 +1,8 @@
+1999-12-06  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/sparc/sparc.md (return_losum_di): Fix typo in asm
+       output string.
+
 Mon Dec  6 12:24:52 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
        * fold-const.c (optimize_bit_field_compare): Only use one mode
index 1dcbf35499eb8d8b87827c50bf20fc90f19e94e2..6bd868262987142bc377246e39469b5ab0786e4a 100644 (file)
                   (match_operand:DI 2 "immediate_operand" "in")))
    (return)]
   "TARGET_ARCH64 && ! TARGET_EPILOGUE && ! TARGET_CM_MEDMID"
-  "ret\;restore %r1, %%lo(a2), %Y0"
+  "ret\;restore %r1, %%lo(%a2), %Y0"
   [(set_attr "type" "multi")])
 
 ;; The following pattern is only generated by delayed-branch scheduling,