gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Nov 2009 21:28:48 +0000 (21:28 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Nov 2009 21:28:48 +0000 (21:28 +0000)
* config/mips/mips.md: Fix typos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153870 138bc75d-0d04-0410-961f-82ee72b054a4

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

index e17dfa1..13a8404 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2009-11-03  Paul Brook  <paul@codesourcery.com>
index 5005bf7..76fc37b 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)))