Commit 791c344b by Richard Sandiford Committed by Richard Sandiford

mips.md: Fix typos.

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

From-SVN: r153870
parent 8d023933
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>
......@@ -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)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment