mips.md: Fix typos.
authorRichard Sandiford <rdsandiford@googlemail.com>
Tue, 3 Nov 2009 21:28:48 +0000 (21:28 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 3 Nov 2009 21:28:48 +0000 (21:28 +0000)
gcc/
* config/mips/mips.md: Fix typos.

From-SVN: r153870

gcc/ChangeLog
gcc/config/mips/mips.md

index e17dfa19fe14cfe091906d43929fc63ed7ea3679..13a840486a909e8a01cb23d1b196672a4842a902 100644 (file)
@@ -1,3 +1,7 @@
+2009-11-03  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config/mips/mips.md: Fix typos.
+
 2009-11-03  Richard Sandiford  <rdsandiford@googlemail.com>
 
        * doc/invoke.texi: Fix typo.
index 5005bf7f0fb4da16f4d3ef1db09223561827cf6c..76fc37bd479a74e7b949839897a5b54f7863efe2 100644 (file)
    (set (match_dup 0) (match_dup 5))
    (set (match_dup 4) (unspec:DI [(match_dup 3)] UNSPEC_MFHI))
 
-   ;; Zero-extend OP4.
+   ;; Zero-extend OP0.
    (set (match_dup 0)
        (ashift:DI (match_dup 0)
                   (const_int 32)))
        (lshiftrt:DI (match_dup 0)
                     (const_int 32)))
 
-   ;; Shift OP0 into place.
+   ;; Shift OP4 into place.
    (set (match_dup 4)
        (ashift:DI (match_dup 4)
                   (const_int 32)))