mips.md: Fix typos.
gcc/ * config/mips/mips.md: Fix typos. From-SVN: r153870
This commit is contained in:
parent
8d0239334c
commit
791c344bc6
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -1930,7 +1930,7 @@
|
|||
(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)))
|
||||
|
@ -1938,7 +1938,7 @@
|
|||
(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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue