mips.md: Fix typos.

gcc/
	* config/mips/mips.md: Fix typos.

From-SVN: r153870
This commit is contained in:
Richard Sandiford 2009-11-03 21:28:48 +00:00 committed by Richard Sandiford
parent 8d0239334c
commit 791c344bc6
2 changed files with 6 additions and 2 deletions

View 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.

View file

@ -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)))