]> gcc.gnu.org Git - gcc.git/commitdiff
Fix comment typo in last change.
authorJakub Jelinek <jakub@gcc.gnu.org>
Thu, 20 Dec 2001 08:28:05 +0000 (09:28 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 20 Dec 2001 08:28:05 +0000 (09:28 +0100)
From-SVN: r48200

gcc/config/sparc/sparc.c

index f8fefbe6422f197ef0e06ace433efc235ad845fd..26577c2068abff8890a0c2f2fef9a468d9f7e6bb 100644 (file)
@@ -5685,7 +5685,7 @@ registers_ok_for_ldd_peep (reg1, reg2)
        ld [%o0], %o0
        ld [%o0 + 4], %o1
    to
-       ldd [%o0], o0
+       ldd [%o0], %o0
    For stores we don't have a similar problem, so dependent_reg_rtx is
    NULL_RTX.  */
 
This page took 0.074374 seconds and 5 git commands to generate.